menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditCanceledEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditCanceledEventArgs<T>

    Provides information about the EditCanceled event.

    Inheritance
    System.Object
    GridEventBaseArgs
    EditCanceledEventArgs<T>
    EditCancelingEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EditCanceledEventArgs<T> : GridEventBaseArgs
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    EditCanceledEventArgs()

    Declaration
    public EditCanceledEventArgs()

    Properties

    Data

    Gets the data of the grid which is associated with canceling action.

    Declaration
    public T Data { get; }
    Property Value
    Type Description
    T

    A T object representing the data of the grid.

    Index

    Gets the row index of the row associated with canceling action.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    The row index of the canceling row. By default, the value is 0.

    Remarks

    The value of this property can be used to identify which row in a collection or data source is being canceled.

    PreviousData

    Gets the previous data of the row.

    Declaration
    public T PreviousData { get; }
    Property Value
    Type Description
    T

    An object of type T that contains the previous data of the row. By default, the value is null.

    PrimaryKeys

    Gets the list of the primary key values.

    Declaration
    public string[] PrimaryKeys { get; }
    Property Value
    Type Description
    System.String[]

    A string array that contains the list of primary key values.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved