menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDoubleTappedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDoubleTappedEventArgs

    Provides data for the GridDoubleTapped event.

    Inheritance
    System.Object
    GridDoubleTappedEventsArgs
    GridDoubleTappedEventArgs
    Inherited Members
    GridDoubleTappedEventsArgs.RowColumnIndex
    GridDoubleTappedEventsArgs.RowData
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class GridDoubleTappedEventArgs : GridDoubleTappedEventsArgs

    Constructors

    GridDoubleTappedEventArgs(RowColumnIndex, Object)

    Initializes a new instance of the GridDoubleTappedEventArgs class with the specified row column index and row data.

    Declaration
    public GridDoubleTappedEventArgs(RowColumnIndex rowColIndex, object rowData)
    Parameters
    Type Name Description
    RowColumnIndex rowColIndex

    The row column index for the double tapped position.

    System.Object rowData

    The underlying data of the double tapped row.

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