A newer version of this page is available.
Switch to the current version.
TreeListNodeEventArgs Class
Provides data for the TreeListView.NodeExpanded and TreeListView.NodeCollapsed events.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v19.2.dll
Declaration
public class TreeListNodeEventArgs :
RoutedEventArgs,
IDataRowEventArgs
Public Class TreeListNodeEventArgs
Inherits RoutedEventArgs
Implements IDataRowEventArgs
Remarks
The TreeListNodeEventArgs class provides the TreeListNodeEventArgs.Node property, that returns the node currently being processed.
To learn more, see Obtaining Nodes.
Inheritance
See Also
Feedback