Class AddNewRowOperationHandlerArgs
Provides data for handling AddNewRow operation in SfDataGrid.
Inheritance
System.Object
AddNewRowOperationHandlerArgs
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class AddNewRowOperationHandlerArgs : Object
Constructors
AddNewRowOperationHandlerArgs(AddNewRowOperation, Object)
Initializes a new instance of AddNewRowOperationHandlerArgs class.
The corresponding operation related to AddNewRow. The corresponding AddNewRow operation argument to handle.Declaration
public AddNewRowOperationHandlerArgs(AddNewRowOperation operation, object operationArgs)
Parameters
Type | Name | Description |
---|---|---|
AddNewRowOperation | operation | |
System.Object | operationArgs |
Properties
AddNewRowOperation
Gets the corresponding AddNewRowOperation that was performed.
Declaration
public AddNewRowOperation AddNewRowOperation { get; }
Property Value
Type | Description |
---|---|
AddNewRowOperation | The corresponding AddNewRowOperation . |
OperationArgs
Gets the event argument related to the AddNewRow operation.
Declaration
public object OperationArgs { get; }
Property Value
Type |
---|
System.Object |