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!

HelpEventArgs Class

Provides data for the System.WinForms.RichControl.Help event.

Object
   EventArgs
      HelpEventArgs

[Visual Basic]
Public Class HelpEventArgs
   Inherits EventArgs
[C#]
public class HelpEventArgs : EventArgs
[C++]
public __gc class HelpEventArgs : public EventArgs
[JScript]
public class HelpEventArgs extends EventArgs

Remarks

The System.WinForms.RichControl.Help event occurs when the user requests Help for a control. A System.Winforms.HelpEventArgs object specifies whether Help is requested for a menu or a control, the identifier of the menu or control, the component that represents the menu or control, the Help context identifier for the control, the screen coordinates of the mouse pointer, and whether the event was handled.

For information about the event model, see TBD.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

HelpEventArgs Members | System.WinForms Namespace