An NDoc Documented Class Library

UIItemCollection Constructor (IEnumerable, ActionListener)

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

See Also

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