Class GridViewAddingNewEventArgs
Provides data for the Adding
Inheritance
System.Object
GridViewAddingNewEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewAddingNewEventArgs : CancelEventArgs
Constructors
GridViewAddingNewEventArgs(GridViewDataControl)
Initializes a new instance of the Grid
Declaration
public GridViewAddingNewEventArgs(GridViewDataControl gridViewItemsControl)
Parameters
Grid The grid view items control. |
Properties
NewObject
Gets or sets the object to be added to the binding list.
Declaration
public object NewObject { get; set; }
Property Value
System.
|
OwnerGridViewItemsControl
Gets the owning Grid
Declaration
public GridViewDataControl OwnerGridViewItemsControl { get; }
Property Value
Grid The owning Grid |