ClassGridViewAddingNewEventArgs
Class
Provides data for the AddingNewDataItem event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewAddingNewEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewAddingNewEventArgs
Inherited Members
Constructors
GridViewAddingNewEventArgs(GridViewDataControl)
Initializes a new instance of the GridViewAddingNewEventArgs class.
Declaration
cs-api-definition
public GridViewAddingNewEventArgs(GridViewDataControl gridViewItemsControl)
Parameters
gridViewItemsControl
The grid view items control.
Properties
NewObject
Gets or sets the object to be added to the binding list.
OwnerGridViewItemsControl
Gets the owning GridViewDataControl.
Declaration
cs-api-definition
public GridViewDataControl OwnerGridViewItemsControl { get; }
Property Value
The owning GridViewDataControl.