TreeListNodeAutomationEventArgs Constructors
Stores data for the AutomationRequested attached event when the target tree node is focused.| Name | Parameters | Description |
|---|---|---|
| TreeListNodeAutomationEventArgs(RoutedEvent, TreeListNode, AutomationProperty, Object) | routedEvent, node, automationProperty, automationValue | Initializes a new instance of the TreeListNodeAutomationEventArgs class with specified settings. |
See Also