Back to Devexpress

AutoCompleteBoxClientSideEvents Properties

aspnet-devexpress-dot-web-dot-autocompleteboxclientsideevents-dot-underscore-properties.md

latest6.1 KB
Original Source

AutoCompleteBoxClientSideEvents Properties

Serves as the base type for the ComboBoxClientSideEvents and TokenBoxClientSideEvents objects.

NameDescription
BeginCallbackGets or sets the name of the JavaScript function or the entire code which will handle an editor’s client ASPxClientComboBox.BeginCallback event.
ButtonClickGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButtonEditBase.ButtonClick event. Inherited from ButtonEditClientSideEventsBase.
CallbackErrorGets or sets the name of the JavaScript function or the entire code which will handle a client editor’s ASPxClientComboBox.CallbackError event.
CloseUpGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDropDownEditBase.CloseUp event. Inherited from DropDownClientSideEvents.
DropDownGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDropDownEditBase.DropDown event. Inherited from DropDownClientSideEvents.
EndCallbackGets or sets the name of the JavaScript function or the entire code which will handle an editor’s client ASPxClientComboBox.EndCallback event.
GotFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.GotFocus event. Inherited from EditClientSideEvents.
InitGets 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.
KeyDownGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyDown event. Inherited from TextEditClientSideEvents.
KeyPressGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyPress event. Inherited from TextEditClientSideEvents.
KeyUpGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyUp event. Inherited from TextEditClientSideEvents.
LostFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event. Inherited from EditClientSideEvents.
QueryCloseUpGets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientDropDownEditBase.QueryCloseUp client-side event. Inherited from DropDownClientSideEvents.
TextChangedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.TextChanged event. Inherited from TextEditClientSideEvents.
UserInputGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.UserInput event. Inherited from TextEditClientSideEvents.
ValidationGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. Inherited from EditClientSideEvents.
ValueChangedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. Inherited from EditClientSideEvents.

See Also

AutoCompleteBoxClientSideEvents Class

AutoCompleteBoxClientSideEvents Members

DevExpress.Web Namespace