An NDoc Documented Class Library

WPFTreeNode Constructor (AutomationElement, ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public WPFTreeNode(
   AutomationElement automationElement,
   ActionListener actionListener
);
[C++]
public: WPFTreeNode(
   AutomationElement* automationElement,
   ActionListener* actionListener
);
[JScript]
public function WPFTreeNode(
   AutomationElement automationElement,
   ActionListener actionListener
);

See Also

WPFTreeNode Class | White.Core.UIItems.TreeItems Namespace | WPFTreeNode Constructor Overload List