Universal Windows Service Class Library

ArrayListEventArgs Class

Class which represents the event arguments for an add or remove event to or from an array list.

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

System.Object
   System.EventArgs
      uws.Utilities.ArrayListEventArgs

public class ArrayListEventArgs : EventArgs

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 represents the event arguments for add or remove events to or from an array list and contains the added or removed objects.

Requirements

Namespace: uws.Utilities

Assembly: uwsCore (in uwsCore.dll)

See Also

ArrayListEventArgs Members | uws.Utilities Namespace