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