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

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

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public TreeListNodeAutomationEventArgs(
        RoutedEvent routedEvent,
        TreeListNode node,
        AutomationProperty automationProperty,
        object automationValue
    )

    Parameters

    Name Type
    routedEvent RoutedEvent
    node TreeListNode
    automationProperty DevExpress.Xpf.Grid.Automation.AutomationProperty
    automationValue Object
    See Also