An NDoc Documented Class Library

ListViewRow Constructor (AutomationElement, ActionListener, ListViewHeader)

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

See Also

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