<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ListChangedType Enumeration

In This Topic
    ListChangedType Enumeration
    In This Topic
    Specifies how the list changed.
    Syntax
    'Declaration
     
    Public Enum ListChangedType 
       Inherits System.Enum
    public enum ListChangedType : System.Enum 
    Members
    MemberDescription
    ItemAddedAn item was added to the list.
    ItemChangedThe value of an item was modified.
    ItemDeletedAn item was removed from the list.
    ItemMovedAn item was moved within the list.
    PropertyDescriptorAddedA column was added to the list.
    PropertyDescriptorChangedA column changed in some way.
    PropertyDescriptorDeletedA column was removed from the list.
    ResetList has changed in a major way and all items have to be refreshed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Olap.ListChangedType

    See Also