NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerEventService.RemoveOnDocumentCreated

Removes a previously added event handler.

[Visual Basic]
Sub RemoveOnDocumentCreated( _
   ByVal handler As DocumentEventHandler _
)
[C#]
void RemoveOnDocumentCreated(
   DocumentEventHandler handler
);
[C++]
void RemoveOnDocumentCreated(
   DocumentEventHandler* handler
) = 0;
[JScript]
function RemoveOnDocumentCreated(
   handler : DocumentEventHandler
);

Parameters

handler
The event handler to remove.

See Also

IDesignerEventService Interface | IDesignerEventService Members | System.ComponentModel.Design Namespace