Class
jQueryEventObject

Definition

Namespace:ArtOfTest.WebAii.jQuery

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class jQueryEventObject

Inheritance: objectjQueryEventObject

Constructors

jQueryEventObject()

Declaration

cs-api-definition
public jQueryEventObject()

Properties

AltKey

Declaration

cs-api-definition
public bool AltKey { get; set; }

Property Value

bool

Bubbles

Declaration

cs-api-definition
public bool Bubbles { get; set; }

Property Value

bool

Cancelable

Declaration

cs-api-definition
public bool Cancelable { get; set; }

Property Value

bool

CharCode

Declaration

cs-api-definition
public int CharCode { get; set; }

Property Value

int

ClientX

Declaration

cs-api-definition
public int ClientX { get; set; }

Property Value

int

ClientY

Declaration

cs-api-definition
public int ClientY { get; set; }

Property Value

int

CtrlKey

Declaration

cs-api-definition
public bool CtrlKey { get; set; }

Property Value

bool

Data

Declaration

cs-api-definition
public string Data { get; set; }

Property Value

string

OffsetX

Declaration

cs-api-definition
public int OffsetX { get; set; }

Property Value

int

OffsetY

Declaration

cs-api-definition
public int OffsetY { get; set; }

Property Value

int

ShiftKey

Declaration

cs-api-definition
public bool ShiftKey { get; set; }

Property Value

bool

Methods

CreateKeyPair(string, string)

Declaration

cs-api-definition
protected virtual string CreateKeyPair(string key, string value)

Parameters

key

string

value

string

Returns

string

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()