Skip to main content

MVCxClientListBox Events

A client-side counterpart of the ListBox and ListBoxFor extensions.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientListBox. Inherited from ASPxClientListBox.
CustomHighlighting Enables you to highlight the filtered items. Inherited from ASPxClientListBox.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientListBox.
GotFocus Fires on the client side when the editor receives input focus. Inherited from ASPxClientEdit.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
ItemDoubleClick Occurs on the client when the editor’s item is double clicked. Inherited from ASPxClientListBox.
ItemFiltering Fires before the filtering is executed. Inherited from ASPxClientListBox.
KeyDown Occurs on the client side when an end-user presses a key while the editor has focus. Inherited from ASPxClientListBox.
KeyPress Occurs on the client side when an end-user presses and releases a key while the editor has focus. Inherited from ASPxClientListBox.
KeyUp Occurs on the client side when an end-user releases a pressed key while the editor has focus. Inherited from ASPxClientListBox.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
SelectedIndexChanged Occurs on the client side after a different item in the list box has been selected (focus has been moved from one item to another). Inherited from ASPxClientListBox.
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 ASPxClientEdit.
ValueChanged Fires when the control accepts the new value entered by a user. Inherited from ASPxClientEdit.
See Also