menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCurrentCellDeactivatedEventArgs

    Provides data about the CurrentCellDeactivated event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCellEventArgs
    GridCurrentCellDeactivatedEventArgs
    Inherited Members
    GridCellEventArgs.ColIndex
    GridCellEventArgs.RowIndex
    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 GridCurrentCellDeactivatedEventArgs : GridCellEventArgs
    Remarks

    The GridCurrentCellDeactivatedEventArgs is a custom event argument class used by the CurrentCellDeactivated event that notifies you that the current cell has been deactivated at the specified cell position.

    Constructors

    GridCurrentCellDeactivatedEventArgs(Int32, Int32)

    Initializes the new instances for the GridCurrentCellDeactivatedEventArgs class.

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

    The row index.

    System.Int32 colIndex

    The column index.

    See Also

    GridCurrentCellDeactivatedEventHandler
    Activate(Int32, Int32)
    MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved