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!

KeyEventArgs Constructor

[To be supplied.]

Overload List

Initializes a new instance of the KeyEventArgs class.

[Visual Basic] Overloads Public Sub New(Keys)
[C#] public KeyEventArgs(Keys);
[C++] public: KeyEventArgs(Keys);
[JScript] public function KeyEventArgs(Keys);

This constructor will be ripped.

[Visual Basic] Overloads Public Sub New(Object, Keys)
[C#] public KeyEventArgs(Object, Keys);
[C++] public: KeyEventArgs(Object*, Keys);
[JScript] public function KeyEventArgs(Object, Keys);

See Also

KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace