menu

WPF

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

    Show / Hide Table of Contents

    Class GridCurrentCellDeactivatedEventArgs

    Provides data about the CurrentCellDeactivated event.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellEventArgs
    GridCurrentCellDeactivatedEventArgs
    Inherited Members
    GridCellEventArgs.CellRowColumnIndex
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.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(RowColumnIndex, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCurrentCellDeactivatedEventArgs(RowColumnIndex cellRowColumnIndex, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The current cell's row and column indices as RowColumnIndex.

    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The event source.

    See Also

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