ComponentOne Scheduler for WinForms
NotifyCollectionChangedAction Enumeration

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : NotifyCollectionChangedAction Enumeration
Describes the action that caused a INotifyCollectionChanged.CollectionChanged event.
Syntax
'Declaration
 
Public Enum NotifyCollectionChangedAction 
   Inherits System.Enum
public enum NotifyCollectionChangedAction : System.Enum 
Members
MemberDescription
AddOne or more items were added to the collection.
MoveOne or more items were moved within the collection.
RemoveOne or more items were removed from the collection.
ReplaceOne or more items were replaced in the collection.
ResetThe content of the collection changed dramatically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.NotifyCollectionChangedAction

See Also

Reference

C1.C1Schedule Namespace