ClassNotifyGroupCollectionChangedEventArgs
Class
This is for internal use only and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class NotifyGroupCollectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsNotifyGroupCollectionChangedEventArgs
Inherited Members
Constructors
NotifyGroupCollectionChangedEventArgs()
Declaration
cs-api-definition
public NotifyGroupCollectionChangedEventArgs()
Properties
Action
Gets the action that caused the event.
Declaration
cs-api-definition
public NotifyGroupCollectionChangedAction Action { get; }
Property Value
AffectedGroup
Gets the group which is affected by any CollectionChanged operation like Add, Remove or Replace.
NewItems
Gets the list of new items involved in the change.
NewStartingIndex
Gets the index at which the change occurred.
OldItems
Gets the list of items affected by a Replace, Remove, or Move action.
OldStartingIndex
Gets the index at which a Move, Remove, or Replace action occurred.