Back to Devexpress

SelectionChangingEventArgs.Action Property

windowsforms-devexpress-dot-xtratreelist-dot-selectionchangingeventargs-0e297ad0.md

latest1.6 KB
Original Source

SelectionChangingEventArgs.Action Property

Gets an action that describes how the collection of selected nodes is about to change.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public CollectionChangeAction Action { get; }
vb
Public ReadOnly Property Action As CollectionChangeAction

Property Value

TypeDescription
CollectionChangeAction

Specifies how the collection of selected nodes is about to change.

|

Remarks

This property can have one of the following values:

ActionProperty Value
A user selects a node (nodes).CollectionChangeAction.Add
A user unselects a node (nodes).CollectionChangeAction.Remove

See Also

SelectionChangingEventArgs Class

SelectionChangingEventArgs Members

DevExpress.XtraTreeList Namespace