Enum
jQueryControl.jQueryControlEvents

Definition

Namespace:ArtOfTest.WebAii.jQuery

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum jQueryControl.jQueryControlEvents

Fields

blur

Declaration

cs-api-definition
blur = 0

Field Value

jQueryControl.jQueryControlEvents

change

Declaration

cs-api-definition
change = 1

Field Value

jQueryControl.jQueryControlEvents

click

Declaration

cs-api-definition
click = 2

Field Value

jQueryControl.jQueryControlEvents

dblclick

Declaration

cs-api-definition
dblclick = 3

Field Value

jQueryControl.jQueryControlEvents

focus

Declaration

cs-api-definition
focus = 4

Field Value

jQueryControl.jQueryControlEvents

hover

Declaration

cs-api-definition
hover = 5

Field Value

jQueryControl.jQueryControlEvents

keydown

Declaration

cs-api-definition
keydown = 6

Field Value

jQueryControl.jQueryControlEvents

keypress

Declaration

cs-api-definition
keypress = 7

Field Value

jQueryControl.jQueryControlEvents

keyup

Declaration

cs-api-definition
keyup = 8

Field Value

jQueryControl.jQueryControlEvents

mousedown

Declaration

cs-api-definition
mousedown = 9

Field Value

jQueryControl.jQueryControlEvents

mouseenter

Declaration

cs-api-definition
mouseenter = 10

Field Value

jQueryControl.jQueryControlEvents

mouseleave

Declaration

cs-api-definition
mouseleave = 11

Field Value

jQueryControl.jQueryControlEvents

mousemove

Declaration

cs-api-definition
mousemove = 12

Field Value

jQueryControl.jQueryControlEvents

mouseout

Declaration

cs-api-definition
mouseout = 13

Field Value

jQueryControl.jQueryControlEvents

mouseover

Declaration

cs-api-definition
mouseover = 14

Field Value

jQueryControl.jQueryControlEvents

mouseup

Declaration

cs-api-definition
mouseup = 15

Field Value

jQueryControl.jQueryControlEvents