menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class GridLongPressedEventArgs

    Provides data for the GridLongPressed event.

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

    Constructors

    GridLongPressedEventArgs(RowColumnIndex, Object)

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

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

    The row column index of the long pressed position.

    System.Object rowData

    The underlying data of the long pressed row.

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