Class
ItemsChangedEventArgs

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 EventArgs.Empty

Properties

Action

Gets the action that occurred on the items collection.

Declaration

cs-api-definition
public NotifyCollectionChangedAction Action { get; }

Property Value

NotifyCollectionChangedAction

ItemCount

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

Declaration

cs-api-definition
public int ItemCount { get; }

Property Value

int

ItemUICount

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

Declaration

cs-api-definition
public int ItemUICount { get; }

Property Value

int

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