System.ComponentModel.CollectionChangeAction Enumeration

Assembly: System.dll
Namespace: System.ComponentModel
Summary
Specifies how the collection is changed.
C# Syntax:
[Serializable]
public enum CollectionChangeAction
Remarks
The CollectionChangeEventArgs class uses this enumeration.
See also:
System.ComponentModel Namespace | CollectionChangeEventHandler | CollectionChangeEventArgs

System.ComponentModel.CollectionChangeAction Member List:

Public Fields
Add Specifies that an element was added to the collection.
Refresh Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as CollectionBase.Clear.
Remove Specifies that an element was removed from the collection.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.