An NDoc Documented Class Library

TableCellFactory Constructor 

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

See Also

TableCellFactory Class | White.Core.Factory Namespace