Skip to main content

ASPxClientSpinEditBase Events

Represents a base class for the ASPxClientSpinEdit object.
Name Description
ButtonClick Occurs on the client side after an editor button is clicked. Inherited from ASPxClientButtonEditBase.
GotFocus Fires on the client side when the editor receives input focus. Inherited from ASPxClientEdit.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDown Occurs on the client-side when an end-user presses a key while the editor has focus. Inherited from ASPxClientTextEdit.
KeyPress Occurs on the client-side when an end-user presses and releases a key while the editor has focus. Inherited from ASPxClientTextEdit.
KeyUp Occurs on the client-side when an end-user releases a pressed key while the editor has focus. Inherited from ASPxClientTextEdit.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
TextChanged

This event is not in effect for the ASPxClientSpinEditBase. Use the ASPxClientEdit.ValueChanged event instead. Alternatively, use an editor type specific event, such as ASPxClientSpinEdit.NumberChanged for an ASPxClientSpinEdit or ASPxClientTimeEdit.DateChanged for an ASPxClientTimeEdit.

UserInput Fires on the client each time a user changes an editor’s input value. Inherited from ASPxClientTextEdit.
Validation Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus. Inherited from ASPxClientEdit.
ValueChanged Fires when the control accepts the new value entered by a user. Inherited from ASPxClientEdit.
See Also