Describes the action that caused a CollectionChanged event.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum NotifyCollectionChangedAction
Visual Basic
Public Enumeration NotifyCollectionChangedAction

Members

Member nameDescription
Add One or more items were added to the collection.
Remove One or more items were removed from the collection.
Replace One or more items were replaced in the collection.
Move One or more items were moved within the collection.
Reset The content of the collection changed dramatically.

See Also