EditClientSideEvents Properties
Serves as the base for objects containing client-side events.Name | Description |
---|---|
GotFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.GotFocus event. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
LostFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event. |
Validation | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. |
ValueChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. |
See Also