Class NotifyGroupCollectionChangedAction
This is for internal use only and is not intended to be used directly from your code.
Inheritance
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class NotifyGroupCollectionChangedAction : Enum
Fields
Add
Denotes that one or more items were added to the collection.
Declaration
public const NotifyGroupCollectionChangedAction Add
Field Value
NotifyGroupCollectionChangedAction
|
GroupChange
Denotes that the content of a group is changed.
Declaration
public const NotifyGroupCollectionChangedAction GroupChange
Field Value
NotifyGroupCollectionChangedAction
|
Move
Denotes that one or more items were moved within the collection.
Declaration
public const NotifyGroupCollectionChangedAction Move
Field Value
NotifyGroupCollectionChangedAction
|
Remove
Denotes that one or more items were removed from the collection.
Declaration
public const NotifyGroupCollectionChangedAction Remove
Field Value
NotifyGroupCollectionChangedAction
|
Replace
Denotes that one or more items were replaced in the collection.
Declaration
public const NotifyGroupCollectionChangedAction Replace
Field Value
NotifyGroupCollectionChangedAction
|
Reset
Denotes that the content of the collection changed dramatically.
Declaration
public const NotifyGroupCollectionChangedAction Reset
Field Value
NotifyGroupCollectionChangedAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|