Skip to main content

TreeListNodeChangedEventArgs Class

Provides data for the TreeListView.NodeChanged events.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class TreeListNodeChangedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
TreeListNodeChangedEventArgs
See Also