An NDoc Documented Class Library

Table Constructor (AutomationElement, ActionListener)

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

See Also

Table Class | White.Core.UIItems.TableItems Namespace | Table Constructor Overload List