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

Raises the System.WinForms.CommonDialog.Help event.

[Visual Basic]
Overridable Protected Sub OnHelp( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnHelp(
   EventArgs e
);
[C++]
protected: virtual void OnHelp(
   EventArgs* e
);
[JScript]
protected function OnHelp(
   e : EventArgs
);

Parameters

e
An HelpEventArgs that provides the event data.

Remarks

This method is invoked when the Help button is clicked. Inheriting classes can override this method to handle the event.

See Also

CommonDialog Class | CommonDialog Members | System.WinForms Namespace