Class AddNewRowInitiatingEventArgs
Provides data for AddNewRowInitiating event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class AddNewRowInitiatingEventArgs : GridEventArgsConstructors
AddNewRowInitiatingEventArgs(Object)
Initializes a new instance of AddNewRowInitiatingEventArgs class.
Declaration
public AddNewRowInitiatingEventArgs(object originalSource)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | originalSource | The SfDataGrid. | 
Properties
NewObject
Gets or sets the new data object initialized for AddNewRow.
Declaration
public object NewObject { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | An object that will be added. |