Universal Windows Service Class Library

ArrayListEventArgs Constructor (ICollection)

Constructor of the array list event args class.

public ArrayListEventArgs(
   ICollection c
);

Parameters

c
Collection of objects which were added to array list.

Remarks

Constructor of the array list event args class which takes the collection of the objects which were added to array list.

See Also

ArrayListEventArgs Class | uws.Utilities Namespace | ArrayListEventArgs Constructor Overload List