C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection.ChangeType<TOwner,TItem> Enumeration

C1ObservableItemCollection.ChangeType<TOwner,TItem> Enumeration
Specifies how the collection was changed.
Syntax
'Declaration
 
Public Enum C1ObservableItemCollection.ChangeType 
   Inherits System.Enum
 
Members
MemberDescription
AddedItem was added to the collection.
ClearedThe collection was cleared.
RemovedItem was removed from the collection.
ReplacedItem was replaced in the collection.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection`2.ChangeType<TOwner,TItem>

See Also