EventType Fields |
The EventType type exposes the following members.
Name | Description | |
---|---|---|
Abort |
The "abort" event type.
| |
Blur |
The "blur" event type.
| |
Change |
The "change" event type.
| |
Click |
The "click" event type.
| |
DoubleClick |
The "dblclick" event type.
| |
Error |
The "error" event type.
| |
Focus |
The "focus" event type.
| |
KeyDown |
The "keydown" event type.
| |
KeyPress |
The "keypress" event type.
| |
KeyUp |
The "keyup" event type.
| |
Load |
The "load" event type.
| |
MouseDown |
The "mousedown" event type.
| |
MouseMove |
The "mousemove" event type.
| |
MouseOut |
The "mouseout" event type.
| |
MouseOver |
The "mouseover" event type.
| |
MouseUp |
The "mouseup" event type.
| |
Reset |
The "reset" event type.
| |
Resize |
The "resize" event type.
| |
Scroll |
The "scroll" event type.
| |
Select |
The "select" event type.
| |
Submit |
The "submit" event type.
| |
TouchCancel |
The "touchcancel" event type.
| |
TouchEnd |
The "touchend" event type.
| |
TouchMove |
The "touchmove" event type.
| |
TouchStart |
The "touchstart" event type.
| |
Unload |
The "unload" event type.
| |
Wheel |
The "wheel" event type.
|