Skip to main content

ASPxClientListEditItemSelectedChangedEventArgs Members

Provides data for the ASPxClientListEdit.SelectedIndexChanged event.

Constructors

Name Description
constructor(index, isSelected) Initializes a new instance of the ASPxClientListEditItemSelectedChangedEventArgs class with the specified settings.

Properties

Name Description
index Gets the index of the item related to the event.
isSelected Gets whether the item has been selected.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also