Class jQueryEventObject
Inheritance
System.Object
jQueryEventObject
Inherited Members
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.jQuery
Assembly: ArtOfTest.WebAii.dll
Syntax
public class jQueryEventObject
Constructors
jQueryEventObject()
Declaration
public jQueryEventObject()
Properties
AltKey
Declaration
public bool AltKey { get; set; }
Property Value
System.Boolean
|
Bubbles
Declaration
public bool Bubbles { get; set; }
Property Value
System.Boolean
|
Cancelable
Declaration
public bool Cancelable { get; set; }
Property Value
System.Boolean
|
CharCode
Declaration
public int CharCode { get; set; }
Property Value
System.Int32
|
ClientX
Declaration
public int ClientX { get; set; }
Property Value
System.Int32
|
ClientY
Declaration
public int ClientY { get; set; }
Property Value
System.Int32
|
CtrlKey
Declaration
public bool CtrlKey { get; set; }
Property Value
System.Boolean
|
Data
Declaration
public string Data { get; set; }
Property Value
System.String
|
OffsetX
Declaration
public int OffsetX { get; set; }
Property Value
System.Int32
|
OffsetY
Declaration
public int OffsetY { get; set; }
Property Value
System.Int32
|
ShiftKey
Declaration
public bool ShiftKey { get; set; }
Property Value
System.Boolean
|
Methods
CreateKeyPair(String, String)
Declaration
protected virtual string CreateKeyPair(string key, string value)
Parameters
System.String
key
|
System.String
value
|
Returns
System.String
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()