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
GroupChange
Denotes that the content of a group is changed.
Declaration
public const NotifyGroupCollectionChangedAction GroupChange
Field Value
Move
Denotes that one or more items were moved within the collection.
Declaration
public const NotifyGroupCollectionChangedAction Move
Field Value
Remove
Denotes that one or more items were removed from the collection.
Declaration
public const NotifyGroupCollectionChangedAction Remove
Field Value
Replace
Denotes that one or more items were replaced in the collection.
Declaration
public const NotifyGroupCollectionChangedAction Replace
Field Value
Reset
Denotes that the content of the collection changed dramatically.
Declaration
public const NotifyGroupCollectionChangedAction Reset
Field Value
value__
Declaration
public int value__
Field Value
System.
|