menu

WinForms

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

    Show / Hide Table of Contents

    Class CurrentCellKeyEventArgs

    Represents the class that holds the information about the CurrentCellKeyDown and CurrentCellKeyUp event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellKeyEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    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)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class CurrentCellKeyEventArgs : GridEventArgs

    Constructors

    CurrentCellKeyEventArgs(Object)

    Initializes a new instance of the CurrentCellKeyEventArgs class.

    Declaration
    public CurrentCellKeyEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The original reporting sender that raised the event.

    Properties

    ColumnIndex

    Gets the column index of the current cell.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    KeyEventArgs

    Gets the System.Windows.Forms.KeyEventArgs that holds the event data.

    Declaration
    public KeyEventArgs KeyEventArgs { get; }
    Property Value
    Type
    System.Windows.Forms.KeyEventArgs

    RowIndex

    Gets the row index of the current cell.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32

    TableControl

    Gets the TableControl.

    Declaration
    public TableControl TableControl { get; }
    Property Value
    Type
    TableControl
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved