C1.Silverlight.Olap.5
ListChangedType Enumeration

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

Reference

C1.Olap Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.