Provides data for the GridViewCollectionChanged event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewCollectionChangedEventArgs : NotifyCollectionChangedEventArgs
Inheritance: objectEventArgsNotifyCollectionChangedEventArgsGridViewCollectionChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewCollectionChangedEventArgs class.
C#
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, IList newItems, IList oldItems, int newStartingIndex, int oldStartingIndex, string propertyName)
Initializes a new instance of the GridViewCollectionChangedEventArgs class.
C#
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Initializes a new instance of the GridViewCollectionChangedEventArgs class.
C#
public GridViewCollectionChangedEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object newItem, object oldItem, int index, string propertyName)
Properties
Gets the GridViewTemplate where the event was fired.
C#
public GridViewTemplate GridViewTemplate { get; }