An NDoc Documented Class Library

ListViewRows Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal finder As AutomationElementFinder, _ 
   ByVal actionListener As ActionListener, _ 
   ByVal header As ListViewHeader _ 
)
[C#]
public ListViewRows(
   AutomationElementFinder finder,
   ActionListener actionListener,
   ListViewHeader header
);
[C++]
public: ListViewRows(
   AutomationElementFinder* finder,
   ActionListener* actionListener,
   ListViewHeader* header
);
[JScript]
public function ListViewRows(
   AutomationElementFinder finder,
   ActionListener actionListener,
   ListViewHeader header
);

See Also

ListViewRows Class | White.Core.UIItems Namespace