An NDoc Documented Class Library

UIItemList`1 Constructor (AutomationElement}, UIItemFactory, ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal collection As AutomationElement}, _ 
   ByVal factory As UIItemFactory, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public UIItemList`1(
   AutomationElement} collection,
   UIItemFactory factory,
   ActionListener actionListener
);
[C++]
public: UIItemList`1(
   AutomationElement}* collection,
   UIItemFactory* factory,
   ActionListener* actionListener
);
[JScript]
public function UIItemList`1(
   AutomationElement} collection,
   UIItemFactory factory,
   ActionListener actionListener
);

See Also

UIItemList`1 Class | White.Core Namespace | UIItemList`1 Constructor Overload List