Class GridViewCollectionChangingEventArgs
Provides data for the GridViewCollectionChanging event
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCollectionChangingEventArgs : NotifyCollectionChangingEventArgs
Constructors
GridViewCollectionChangingEventArgs(GridViewTemplate, NotifyCollectionChangedAction, IList, IList, Int32, Int32, PropertyChangingEventArgsEx)
Initializes a new instance of the GridViewCollectionChangingEventArgs class.
Declaration
public GridViewCollectionChangingEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, IList newItems, IList oldItems, int newStartingIndex, int oldStartingIndex, PropertyChangingEventArgsEx propertyArgs)
Parameters
Grid The Grid |
Notify |
System. The new items list |
System. The old items list |
System. The new items starting index |
System. The old items starting index |
Property The property changing arguments |
GridViewCollectionChangingEventArgs(GridViewTemplate, NotifyCollectionChangedAction, Object, Int32, Int32)
Initializes a new instance of the GridViewCollectionChangingEventArgs class.
Declaration
public GridViewCollectionChangingEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)
Parameters
Grid The Grid |
Notify |
System. The changed item |
System. The index |
System. The old index |
GridViewCollectionChangingEventArgs(GridViewTemplate, NotifyCollectionChangedAction, Object, Object, Int32, PropertyChangingEventArgsEx)
Initializes a new instance of the GridViewCollectionChangingEventArgs class.
Declaration
public GridViewCollectionChangingEventArgs(GridViewTemplate template, NotifyCollectionChangedAction action, object newItem, object oldItem, int index, PropertyChangingEventArgsEx propertyArgs)
Parameters
Grid The Grid |
Notify |
System. The new item |
System. The old item |
System. The new index |
Property The property changing arguments |
Properties
GridViewTemplate
Gets the Grid
Declaration
public GridViewTemplate GridViewTemplate { get; }
Property Value
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System. The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System. The old value. |
PropertyName
Gets the name of the property.
Declaration
public string PropertyName { get; }
Property Value
System. The name of the property. |