TreeListSelectionChangedEventArgs(TreeListView, CollectionChangeAction, Int32) Constructor
Initializes a new instance of the TreeListSelectionChangedEventArgs class.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public TreeListSelectionChangedEventArgs(
TreeListView view,
CollectionChangeAction action,
int controllerRow
)
Parameters
Name | Type | Description |
---|---|---|
view | TreeListView | The TreeListView. |
action | CollectionChangeAction | A CollectionChangeAction enumeration value that specifies how the grid’s selection has been changed. |
controllerRow | Int32 | A handle of the node whose selected state has been changed. |
See Also