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!

CommonDialog.RemoveOnHelp

Removes an event handler that has been associated with the System.WinForms.CommonDialog.Help event.

[Visual Basic]
Public Sub RemoveOnHelp( _
   ByVal handler As EventHandler _
)
[C#]
public void RemoveOnHelp(
   EventHandler handler
);
[C++]
public: void RemoveOnHelp(
   EventHandler* handler
);
[JScript]
public function RemoveOnHelp(
   handler : EventHandler
);

Parameters

handler
The EventHandler delegate to be removed.

See Also

CommonDialog Class | CommonDialog Members | System.WinForms Namespace | AddOnHelp | System.WinForms.CommonDialog.onHelp