JavaScript/jQuery ColorBox Events
This section describes events that this UI component raises.
See Also
change
Raised when the UI component loses focus after the text field's content was changed using the keyboard.
Event
Main article: onChange
See Also
copy
Raised when the UI component's input has been copied.
Event
Main article: onCopy
See Also
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
enterKey
Raised when the Enter key has been pressed while the UI component is focused.
Event
Main article: onEnterKey
See Also
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
input
Raised each time the UI component's input is changed while the UI component is focused.
Event
Main article: onInput
See Also
keyDown
Raised when a user is pressing a key on the keyboard.
Event
Main article: onKeyDown
See Also
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged
See Also
paste
Raised when the UI component's input has been pasted.
Event
Main article: onPaste
See Also
valueChanged
Raised after the UI component's value is changed.
Event
Main article: onValueChanged
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.