Class CollectionChangeAction
Provides info on the change that occurred in a collection.
Inheritance
System.Object
CollectionChangeAction
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class CollectionChangeAction : Enum
Fields
Add
Refresh
Collection reset.
Declaration
public const CollectionChangeAction Refresh
Field Value
CollectionChangeAction
|
Remove
Item removed.
Declaration
public const CollectionChangeAction Remove
Field Value
CollectionChangeAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|