Back to Devexpress

TokenEdit.SelectedItemsChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-a4f27034.md

latest2.2 KB
Original Source

TokenEdit.SelectedItemsChanged Event

Occurs whenever the list of currently selected tokens changes.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event ListChangedEventHandler SelectedItemsChanged
vb
<DXCategory("Events")>
Public Event SelectedItemsChanged As ListChangedEventHandler

Event Data

The SelectedItemsChanged event's data class is ListChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ListChangedTypeGets the type of change.
NewIndexGets the index of the item affected by the change.
OldIndexGets the old index of an item that has been moved.
PropertyDescriptorGets the PropertyDescriptor that was added, changed, or deleted.

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace