WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowOperationHandlerArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Declaration
    public AddNewRowOperationHandlerArgs(AddNewRowOperation operation, object operationArgs)
    Parameters
    Type Name Description
    AddNewRowOperation operation

    The corresponding operation related to AddNewRow.

    System.Object operationArgs

    The corresponding AddNewRow operation argument to handle.

    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 - 2021 Syncfusion Inc. All Rights Reserved