An NDoc Documented Class Library

TableRows Constructor (ICollection, ActionListener, TableHeader, TableCellFactory)

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

See Also

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