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

This constructor will be ripped.

[Visual Basic]
Overloads Public Sub New( _
   ByVal extendedInfo As Object, _
   ByVal keyData As Keys _
)
[C#]
public KeyEventArgs(
   object extendedInfo,
   Keys keyData
);
[C++]
public: KeyEventArgs(
   Object* extendedInfo,
   Keys keyData
);
[JScript]
public function KeyEventArgs(
   extendedInfo : Object,
   keyData : Keys
);

Parameters

extendedInfo
Additional information used for HTML events.
keyData
The Win32 keycode information that comes from a Windows WM_KEYDOWN or WM_KEYUP message. This data is only available for KeyDown and KeyUp events.

See Also

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