Class KeyEvent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Javascript
Assembly: ArtOfTest.WebAii.dll
Syntax
public class KeyEvent : ScriptUIEvent
Constructors
KeyEvent()
Declaration
public KeyEvent()
KeyEvent(String)
Declaration
public KeyEvent(string type)
Parameters
System.String
type
|
KeyEvent(String, Char)
Declaration
public KeyEvent(string type, char key)
Parameters
System.String
type
|
System.Char
key
|
Properties
KeyCode
Declaration
public int KeyCode { get; set; }
Property Value
System.Int32
|