menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCurrentCellActivateFailedEventArgs

    Provides data about the CurrentCellActivateFailed event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridCellEventArgs
    GridCurrentCellActivateFailedEventArgs
    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 GridCurrentCellActivateFailedEventArgs : GridCellEventArgs
    Remarks

    The GridCurrentCellActivateFailedEventArgs is a custom event argument class used by the GridCurrentCell.CurrentCellActivateFailed"/> event that notifies you that the current cell could not be activated at the specified cell position.

    ErrorMessage may hold an error message why the operation failed.

    Constructors

    GridCurrentCellActivateFailedEventArgs(Int32, Int32)

    Initializes the new instances for the GridCurrentCellActivateFailedEventArgs class.

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

    The row index.

    System.Int32 colIndex

    The column index.

    See Also

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