TreeListSelectionChangedEventArgs(TreeListView, CollectionChangeAction, Int32) Constructor
In This Article
Initializes a new instance of the TreeListSelectionChangedEventArgs class.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public TreeListSelectionChangedEventArgs(
TreeListView view,
CollectionChangeAction action,
int controllerRow
)
#Parameters
Name | Type | Description |
---|---|---|
view | Tree |
The Tree |
action | Collection |
A Collection |
controller |
Int32 | A handle of the node whose selected state has been changed. |
See Also