DxTagBox<TData, TValue> Events
An editor that allows users to select multiple items (tags) from a drop-down list.| Name | Description |
|---|---|
| DropDownVisibleChanged | Fires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownListEditorBase<TData, TValue>. |
| SelectedDataItemsChanged | Fires when selection changes. |
| SelectedItemsChanged | Obsolete. Fires after the selection changes. |
| TagsChanged | Fires after the Tags collection changed. |
| TagsChanging | Fires when a user is changing tags in the Tag Box. Use this event to validate/cancel user input or tag selection. |
| ValuesChanged | Fires after a collection of selected values changed. |
| ValuesChanging | Fires when the Tag Box’s selected values are being changed. Use this event to validate or cancel the new values. |
See Also