ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedAction Enumeration

In This Topic
    NotifyCollectionChangedAction Enumeration
    In This Topic
    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