menu

WPF

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

    Show / Hide Table of Contents

    Class GridCellEventArgs

    Holds row and column coordinates for events associated with a specific cell.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellEventArgs
    GridCurrentCellDeactivatedEventArgs
    GridCurrentCellMoveFailedEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellEventArgs : SyncfusionRoutedEventArgs
    Remarks

    Directly used by , , , , and .

    Used also as base class for several other events related to a specific cell.

    Constructors

    GridCellEventArgs(RowColumnIndex, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCellEventArgs(RowColumnIndex cellRowColumnIndex, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex
    System.Windows.RoutedEvent routedEvent
    System.Object source

    Properties

    CellRowColumnIndex

    The row and column indices of the cell.

    Declaration
    [TraceProperty(true)]
    public RowColumnIndex CellRowColumnIndex { get; set; }
    Property Value
    Type
    RowColumnIndex
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved