ClassKeyEvent
Class
Class representing a scriptable key event that can be sent to a browser window.
Definition
Namespace:ArtOfTest.WebAii.Javascript
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class KeyEvent : ScriptUIEvent
Inheritance: objectScriptEventScriptUIEventKeyEvent
Inherited Members
Constructors
KeyEvent(string)
Initializes a new KeyEvent object.
Declaration
cs-api-definition
public KeyEvent(string type)
Parameters
type
The type of key event.
KeyEvent(string, char)
Initializes a new KeyEvent object.