menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellTappedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellTappedEventArgs

    Provides data for the CellTapped event.

    Inheritance
    System.Object
    GridEventArgs
    CellTappedEventArgs
    GridCellTappedEventArgs
    Inherited Members
    CellTappedEventArgs.Column
    CellTappedEventArgs.PointerDeviceType
    CellTappedEventArgs.Record
    CellTappedEventArgs.RowColumnIndex
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridCellTappedEventArgs : CellTappedEventArgs

    Constructors

    GridCellTappedEventArgs(Object)

    Initializes a new instance of GridCellTappedEventArgs class.

    Declaration
    public GridCellTappedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

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