Specifies how the collection is changed.
[Visual Basic] <Serializable> Public Enum CollectionChangeAction [C#] [Serializable] public enum CollectionChangeAction [C++] [Serializable] __value public enum CollectionChangeAction [JScript] public Serializable enum CollectionChangeAction
The CollectionChangeEventArgs class uses this enumeration.
| Member name | Description |
|---|---|
| Add
Supported by the .NET Compact Framework. |
Specifies that an element was added to the collection. |
| Refresh
Supported by the .NET Compact Framework. |
Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as Clear. |
| Remove
Supported by the .NET Compact Framework. |
Specifies that an element was removed from the collection. |
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET
Assembly: System (in System.dll)
System.ComponentModel Namespace | CollectionChangeEventHandler | CollectionChangeEventArgs