New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.jQuery

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class jQueryEventObject

Inheritance: objectjQueryEventObject

Constructors

C#
public jQueryEventObject()

Properties

C#
public bool AltKey { get; set; }
C#
public bool Bubbles { get; set; }
C#
public bool Cancelable { get; set; }
C#
public int CharCode { get; set; }
C#
public int ClientX { get; set; }
C#
public int ClientY { get; set; }
C#
public bool CtrlKey { get; set; }
C#
public string Data { get; set; }
C#
public int OffsetX { get; set; }
C#
public int OffsetY { get; set; }
C#
public bool ShiftKey { get; set; }

Methods

C#
protected virtual string CreateKeyPair(string key, string value)
Parameters:keystringvaluestringReturns:

string

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()