Universal Windows Service Class Library

ArrayListEventArgs.Object Property

Get the single added object.

public object Object {get;}

Remarks

Get the object which was added to array list. Returning null means that a collection of objects was added to array list.

See Also

ArrayListEventArgs Class | uws.Utilities Namespace