Skip to main content
All docs
V25.2
  • TreeListNodeEventArgs(RoutedEvent, TreeListNode) Constructor

    Initializes a new instance of the TreeListNodeEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public TreeListNodeEventArgs(
        RoutedEvent routedEvent,
        TreeListNode node
    )

    Parameters

    Name Type
    routedEvent RoutedEvent
    node TreeListNode
    See Also