An NDoc Documented Class Library

TableRow Constructor (AutomationElement, ActionListener, TableHeader, TableCellFactory)

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

See Also

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