An NDoc Documented Class Library

ListViewFactory Constructor 

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

See Also

ListViewFactory Class | White.Core.UIItems.ListViewItems Namespace