WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellTappedEventArgs

    Show / Hide Table of Contents

    Class CellTappedEventArgs

    Provides data for CellTapped event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CellTappedEventArgs
    GridCellTappedEventArgs
    TreeGridCellTappedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CellTappedEventArgs : GridEventArgs

    Constructors

    CellTappedEventArgs(Object)

    Initializes a new instance of CellTappedEventArgs class.

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

    The source of the event.

    Properties

    ChangedButton

    Gets the button associated with the event.

    Declaration
    public MouseButton ChangedButton { get; }
    Property Value
    Type Description
    System.Windows.Input.MouseButton

    The button which was pressed.

    Column

    Gets the GridColumnBase of tapped cell.

    Declaration
    public GridColumnBase Column { get; }
    Property Value
    Type Description
    GridColumnBase

    The GridColumnBase of tapped cell.

    Record

    Gets the data context of tapped cell.

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

    The data context of tapped cell.

    RowColumnIndex

    Gets the RowColumnIndex of tapped cell.

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

    The RowColumnIndex of tapped cell.

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