Universal Windows Service Class Library

EventArrayList Class

Container for the array list class which provides some further events.

For a list of all members of this type, see EventArrayList Members.

System.Object
   System.Collections.ArrayList
      uws.Utilities.EventArrayList

[DefaultMember(MemberName="Item")]
public class EventArrayList : ArrayList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is a container for the array list class which provides some further events. The events would be fired if an element will be added or removed or if the list will be cleared.

Requirements

Namespace: uws.Utilities

Assembly: uwsCore (in uwsCore.dll)

See Also

EventArrayList Members | uws.Utilities Namespace | ArrayList