Class AddNewRowOperationHandlerArgs
Provides data for handling AddNewRow operation in SfDataGrid.
Inheritance
System.Object
AddNewRowOperationHandlerArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class AddNewRowOperationHandlerArgs
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 | Description |
---|---|
System.Object |