menu

Class GridTappedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTappedEventArgs

    Provides data for the GridTapped event.

    Inheritance
    System.Object
    GridTappedEventsArgs
    GridTappedEventArgs
    Inherited Members
    GridTappedEventsArgs.RowColumnIndex
    GridTappedEventsArgs.RowData
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridTappedEventArgs : GridTappedEventsArgs

    Constructors

    GridTappedEventArgs(RowColumnIndex, Object)

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

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

    The row column index for the tapped position.

    System.Object rowData

    The underlying data of the tapped row.

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