Back to Devexpress

RepositoryItemTokenEdit.SelectedItemsChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-692c0cfa.md

latest2.4 KB
Original Source

RepositoryItemTokenEdit.SelectedItemsChanged Event

Occurs whenever a token is added or removed to (from) the TokenEdit.

Namespace : DevExpress.XtraEditors.Repository

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

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace