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

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

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

Parameters

handler
The EventHandler to remove.

See Also

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