Enum ComponentEventType
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public enum ComponentEventType
Extension Methods
EnumExtensions.DeepClone<ComponentEventType>(ComponentEventType)
Fields
Blur = 0
Change = 1
Click = 2
Copy = 3
Cut = 4
DblClick = 5
Focus = 6
FormSubmitted = 20
FormSubmitting = 21
Initializing = 17
KeyDown = 7
KeyPress = 8
KeyUp = 9
Load = 18
MouseDown = 10
MouseEnter = 11
MouseLeave = 12
MouseMove = 13
MouseOver = 14
MouseUp = 15
Paste = 16
Unload = 19
Validated = 23
Validating = 22