SelectedDataItemsChangedEventArgs<TData> Properties
Contains data for DxListBox.SelectedDataItemsChanged, and DxTagBox.SelectedDataItemsChanged events.Name | Description |
---|---|
ChangeSource | Identifies an action that causes selection change. Inherited from SelectionChangedEventArgs. |
DataItems | Returns a collection of currently selected items. |
See Also