menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCellEventArgs

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

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCellEventArgs
    CommentTipShownEventArgs
    GridCellPushButtonClickEventArgs
    GridCurrentCellActivateFailedEventArgs
    GridCurrentCellDeactivatedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridCellEventArgs : SyncfusionEventArgs
    Remarks

    Directly used by ActiveTextChanged, Clicked, HoveringChanged, MouseDownChanged, and PushedChanged.

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

    Constructors

    GridCellEventArgs(Int32, Int32)

    Initializes a new instance ofGridCellEventArgs class.

    Declaration
    public GridCellEventArgs(int rowIndex, int colIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    The row index.

    System.Int32 colIndex

    The column index.

    Properties

    ColIndex

    Gets the column index.

    Declaration
    [TraceProperty(true)]
    public int ColIndex { get; }
    Property Value
    Type
    System.Int32

    RowIndex

    Gets the row index.

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