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
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.
Namespace: System.WinForms
Assembly: System.WinForms.dll