Class
GridViewCollectionChangedEventArgs

Provides data for the GridViewCollectionChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCollectionChangedEventArgs : NotifyCollectionChangedEventArgs

Inheritance: objectEventArgsNotifyCollectionChangedEventArgsGridViewCollectionChangedEventArgs

Inherited Members NotifyCollectionChangedEventArgs.PropertyNameNotifyCollectionChangedEventArgs.ActionNotifyCollectionChangedEventArgs.ResetReasonNotifyCollectionChangedEventArgs.NewItemsNotifyCollectionChangedEventArgs.NewStartingIndexNotifyCollectionChangedEventArgs.OldItemsNotifyCollectionChangedEventArgs.OldStartingIndexEventArgs.Empty

Constructors

GridViewCollectionChangedEventArgs(GridViewTemplate, NotifyCollectionChangedAction, IList, IList, int, int, string)

Initializes a new instance of the GridViewCollectionChangedEventArgs class.

Declaration

cs-api-definition
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, IList newItems, IList oldItems, int newStartingIndex, int oldStartingIndex, string propertyName)

Parameters

template

GridViewTemplate

action

NotifyCollectionChangedAction

newItems

IList

oldItems

IList

newStartingIndex

int

oldStartingIndex

int

propertyName

string

GridViewCollectionChangedEventArgs(GridViewTemplate, NotifyCollectionChangedAction, object, int, int)

Initializes a new instance of the GridViewCollectionChangedEventArgs class.

Declaration

cs-api-definition
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)

Parameters

template

GridViewTemplate

action

NotifyCollectionChangedAction

changedItem

object

index

int

oldIndex

int

GridViewCollectionChangedEventArgs(GridViewTemplate, NotifyCollectionChangedAction, object, object, int, string)

Initializes a new instance of the GridViewCollectionChangedEventArgs class.

Declaration

cs-api-definition
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object newItem, object oldItem, int index, string propertyName)

Parameters

template

GridViewTemplate

action

NotifyCollectionChangedAction

newItem

object

oldItem

object

index

int

propertyName

string

Properties

GridViewTemplate

Gets the GridViewTemplate where the event was fired.

Declaration

cs-api-definition
public GridViewTemplate GridViewTemplate { get; }

Property Value

GridViewTemplate