Class DataGridAddNewRowInitiatingEventArgs
Provides data for the event that is raised before an AddNewRow is initiated in the data grid.
Inheritance
System.Object
DataGridAddNewRowInitiatingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridAddNewRowInitiatingEventArgs : EventArgs
Constructors
DataGridAddNewRowInitiatingEventArgs()
Initializes a new instance of the
Declaration
public DataGridAddNewRowInitiatingEventArgs()
Properties
Object
Gets or sets the new data object initialized for AddNewRow.
Declaration
public object Object { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object that will be added. |