Initializes a new instance of the HelpEventArgs class.
[Visual Basic] Overloads Public Sub New( _ ByVal contextType As Integer, _ ByVal controlId As Integer, _ ByVal component As IComponent, _ ByVal contextId As Integer, _ ByVal mousePos As Point _ ) [C#] public HelpEventArgs( int contextType, int controlId, IComponent component, int contextId, Point mousePos ); [C++] public: HelpEventArgs( int contextType, int controlId, IComponent* component, int contextId, Point mousePos ); [JScript] public function HelpEventArgs( contextType : int, controlId : int, component : IComponent, contextId : int, mousePos : Point );
HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace | HelpEventArgs Constructor Overload List | ContextType | ControlId | Component | ContextId | MousePos