ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / NotifyCollectionChangedAction Enumeration

In This Topic
    NotifyCollectionChangedAction Enumeration
    In This Topic
    Enum NotifyCollectionChangedAction
    Syntax
    'Declaration
     
    Public Enum NotifyCollectionChangedAction 
       Inherits System.Enum
    public enum NotifyCollectionChangedAction : System.Enum 
    Members
    MemberDescription
    AddAdd action.
    RemoveRemove action.
    ReplaceReplace action.
    ResetReset action.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.NotifyCollectionChangedAction

    See Also