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 (Object, Char)

This constructor will be ripped.

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

Parameters

extendedInfo
Additional information used for HTML events.
keyChar
The ASCII character of the key being pressed.

See Also

KeyPressEventArgs Class | KeyPressEventArgs Members | System.WinForms Namespace | KeyPressEventArgs Constructor Overload List