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 Constructor

[To be supplied.]

Overload List

Initializes a new instance of the HelpEventArgs class.

[Visual Basic] Overloads Public Sub New(Integer, Integer, IComponent, Integer, Point)
[C#] public HelpEventArgs(int, int, IComponent, int, Point);
[C++] public: HelpEventArgs(int, int, IComponent, int, Point);
[JScript] public function HelpEventArgs(int, int, IComponent, int, Point);

This constructor will be ripped.

[Visual Basic] Overloads Public Sub New(Object, Integer, Integer, IComponent, Integer, Point)
[C#] public HelpEventArgs(Object, int, int, IComponent, int, Point);
[C++] public: HelpEventArgs(Object*, int, int, IComponent, int, Point);
[JScript] public function HelpEventArgs(Object, int, int, IComponent, int, Point);

See Also

HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace