DxListBox<TData, TValue> Events
A component that can connect to a data source and display a list of selectable items.| Name | Description |
|---|---|
| FilterCriteriaChanged | Fires when filter criteria applied to List Box data change. |
| SearchTextChanged | Fires when the search text changes. |
| SelectedDataItemsChanged | Fires when selection changes. |
| SelectedItemsChanged | Obsolete. Fires after the selection changes. |
| ValueChanged | Allows you to respond to the List Box’s selected value changes. |
| ValuesChanged | Fires after a collection of selected values changes. |
See Also