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!

KeyPressEventArgs Constructor

[To be supplied.]

Overload List

Initializes a new instance of the KeyPressEventArgs class.

[Visual Basic] Overloads Public Sub New(Char)
[C#] public KeyPressEventArgs(char);
[C++] public: KeyPressEventArgs(__wchar_t);
[JScript] public function KeyPressEventArgs(Char);

This constructor will be ripped.

[Visual Basic] Overloads Public Sub New(Object, Char)
[C#] public KeyPressEventArgs(Object, char);
[C++] public: KeyPressEventArgs(Object*, __wchar_t);
[JScript] public function KeyPressEventArgs(Object, Char);

See Also

KeyPressEventArgs Class | KeyPressEventArgs Members | System.WinForms Namespace