menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordDoubleClickEventArgs<T> - API Reference

    Show / Hide Table of Contents

    Class RecordDoubleClickEventArgs<T>

    Provides information about an OnRecordDoubleClick event.

    Inheritance
    System.Object
    GridEventBaseArgs
    RecordClickEventArgs<T>
    RecordDoubleClickEventArgs<T>
    Inherited Members
    RecordClickEventArgs<T>.Cell
    RecordClickEventArgs<T>.CellIndex
    RecordClickEventArgs<T>.Column
    RecordClickEventArgs<T>.ForeignKeyData
    RecordClickEventArgs<T>.Name
    RecordClickEventArgs<T>.Row
    RecordClickEventArgs<T>.RowData
    RecordClickEventArgs<T>.RowIndex
    RecordClickEventArgs<T>.Target
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RecordDoubleClickEventArgs<T> : RecordClickEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    RecordDoubleClickEventArgs()

    Declaration
    public RecordDoubleClickEventArgs()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved