ASPxClientTextEdit Events
Represents a base for client-side objects which allow single-line text input.
Name | Description |
---|---|
Got |
Fires on the client side when the editor receives input focus.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Occurs on the client-side when an end-user presses a key while the editor has focus. |
Key |
Occurs on the client-side when an end-user presses and releases a key while the editor has focus. |
Key |
Occurs on the client-side when an end-user releases a pressed key while the editor has focus. |
Lost |
Fires on the client side when the editor loses input focus.
Inherited from ASPx |
Text |
Fires when the control accepts the new text value entered by a user. |
User |
Fires on the client each time a user changes an editor’s input value. |
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 ASPx |
Value |
Fires when the control accepts the new value entered by a user.
Inherited from ASPx |
See Also