New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Javascript

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class JavascriptEventArgs : EventArgs

Inheritance: objectEventArgsJavascriptEventArgs

Inherited Members EventArgs.Empty

Properties

C#
public int CharCode { get; }
C#
public int ClientX { get; }
C#
public int ClientY { get; }
C#
public int KeyCode { get; }

ModifierKeys

ModifierKeys

C#
public ModifierKeys ModifierKeys { get; }
C#
public int ScreenX { get; }
C#
public int ScreenY { get; }
C#
public string Type { get; }