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!

IDesignerHost.RemoveOnDocumentActivate

Removes an event handler that has been associated with the System.ComponentModel.Design.IDesignerHost.DocumentActivated event.

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

Parameters

handler
The EventHandler to remove.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | AddOnDocumentActivate