ClassItemsChangedEventArgs
Class
Provides data for the ItemsChanged event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class ItemsChangedEventArgs : EventArgs
Inheritance: objectEventArgsItemsChangedEventArgs
Inherited Members
Properties
Action
Gets the action that occurred on the items collection.
Declaration
cs-api-definition
public NotifyCollectionChangedAction Action { get; }
Property Value
ItemCount
Gets the number of items that were involved in the change.
ItemUICount
Gets the number of user interface (UI) elements involved in the change.
OldPosition
Gets the position in the collection before the change occurred.
Declaration
cs-api-definition
public GeneratorPosition OldPosition { get; }
Property Value
GeneratorPosition
Position
Gets the position in the collection where the change occurred.
Declaration
cs-api-definition
public GeneratorPosition Position { get; }
Property Value
GeneratorPosition