BeginCallback
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridView.BeginCallback event.
|
ButtonClick
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButtonEditBase.ButtonClick event.
|
CloseUp
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDropDownEditBase.CloseUp event.
|
DropDown
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDropDownEditBase.DropDown event.
|
EndCallback
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridView.EndCallback event.
|
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.
|
KeyDown
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyDown event.
|
KeyPress
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyPress event.
|
KeyUp
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyUp event.
|
LostFocus
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event.
|
QueryCloseUp
|
Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientDropDownEditBase.QueryCloseUp client-side event.
|
RowClick
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridView.RowClick event.
|
TextChanged
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.TextChanged event.
|
UserInput
|
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.UserInput 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.
|