WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowOperationHandlerArgs

    Show / Hide Table of Contents

    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 Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved