TreeListNodeChangedEventArgs Class
In This Article
Provides data for the TreeListView.NodeChanged events.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Remarks
The TreeListNodeChangedEventArgs class provides the TreeListNodeChangedEventArgs.Node property, that returns the changed node. The TreeListNodeChangedEventArgs.ChangeType parameter lets you identify the way the node has changed.
See Also