[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 );
ListViewFactory Class | White.Core.UIItems.ListViewItems Namespace