menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowOperationHandlerArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AddNewRowOperationHandlerArgs

    Provides data for handling AddNewRow operation in SfDataGrid.

    Inheritance
    System.Object
    AddNewRowOperationHandlerArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved