Universal Windows Service Class Library

ArrayListEventArgs Constructor (Object)

Constructor of the array list event args class.

public ArrayListEventArgs(
   object obj
);

Parameters

obj
Single object which was added to array list.

Remarks

Constructor of the array list event args class which takes the single object which was added to array list.

See Also

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