New to Telerik UI for WPFStart a free 30-day trial

Provides data for the ItemsChanged event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ItemsChangedEventArgs : EventArgs

Inheritance: objectEventArgsItemsChangedEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the action that occurred on the items collection.

C#
public NotifyCollectionChangedAction Action { get; }

Gets the number of items that were involved in the change.

C#
public int ItemCount { get; }

Gets the number of user interface (UI) elements involved in the change.

C#
public int ItemUICount { get; }

OldPosition

GeneratorPosition

Gets the position in the collection before the change occurred.

C#
public GeneratorPosition OldPosition { get; }

Position

GeneratorPosition

Gets the position in the collection where the change occurred.

C#
public GeneratorPosition Position { get; }