General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
SpinEditClientSideEventsBuilder Methods
Contains a client-side spin editor's event list.
Name | Description |
---|---|
ButtonClick(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButtonEditBase.ButtonClick event. |
GotFocus(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.GotFocus event. |
Init(String) |
Sets the name of the JavaScript function or the entire code which will handle a web control's ASPxClientControlBase.Init client-side event. |
KeyDown(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyDown event. |
KeyPress(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyPress event. |
KeyUp(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyUp event. |
LostFocus(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event. |
NumberChanged(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpinEdit.NumberChanged event. |
UserInput(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.UserInput event. |
Validation(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. |
ValueChanged(String) |
Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. |