menu

Class GridTappedEventsArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTappedEventsArgs

    Provides data for the GridTapped event.

    Inheritance
    System.Object
    GridTappedEventsArgs
    GridTappedEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridTappedEventsArgs : EventArgs

    Constructors

    GridTappedEventsArgs(RowColumnIndex, Object)

    Initializes a new instance of the GridTappedEventsArgs class.

    Declaration
    public GridTappedEventsArgs(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.

    Properties

    RowColumnIndex

    Gets the row column index at the tapped position.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An object that represents the row and column index at the tapped position.

    RowData

    Gets the row data of the tapped row.

    Declaration
    public object RowData { get; }
    Property Value
    Type Description
    System.Object

    An object that represents row data of the tapped row.

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