New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Javascript

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
public class KeyEvent : ScriptUIEvent

Inheritance: objectScriptEventScriptUIEventKeyEvent

Inherited Members ScriptUIEvent.ModifierKeysScriptEvent.CanBubbleScriptEvent.IsCancelableScriptEvent.Type

Constructors

C#
public KeyEvent()
C#
public KeyEvent(string type, char key)
Parameters:typestringkeychar
C#
public KeyEvent(string type)
Parameters:typestring

Properties

C#
[DataMember(Name = "keyCode")]
public int KeyCode { get; set; }