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

Adds an event handler for the System.WinForms.RichControl.Help event.

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

Parameters

handler
An EventHandler delegate that represents the method that will handle the System.WinForms.CommonDialog.Help event.

See Also

CommonDialog Class | CommonDialog Members | System.WinForms Namespace