RepositoryItemTokenEdit.SelectedItemsChanged Event
In This Article
Occurs whenever a token is added or removed to (from) the TokenEdit.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event ListChangedEventHandler SelectedItemsChanged
#Event Data
The SelectedItemsChanged event's data class is ListChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
List |
Gets the type of change. |
New |
Gets the index of the item affected by the change. |
Old |
Gets the old index of an item that has been moved. |
Property |
Gets the Property |
See Also