An NDoc Documented Class Library

ListView Constructor (AutomationElement, ActionListener)

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

See Also

ListView Class | White.Core.UIItems Namespace | ListView Constructor Overload List