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.RemoveOnDocumentDeactivate

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

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

Parameters

handler
The EventHandler to remove.

See Also

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