menu

WPF

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

    Show / Hide Table of Contents

    Class GridCurrentCellMovedEventArgs

    Provides data about the CurrentCellMoved event after the current cell was succesfully moved to a new position.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCurrentCellMovedEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCurrentCellMovedEventArgs : SyncfusionRoutedEventArgs
    Remarks

    GridCurrentCellMovedEventArgs is a custom event argument class used by the CurrentCellMoved event when the current cell has been succesfully moved to a new position.

    See MoveTo(Int32, Int32) for a discussion about the order of events that you receive when the current cell is moved.

    Constructors

    GridCurrentCellMovedEventArgs(GridActivateCurrentCellOptions, RoutedEvent, Object)

    Initalizes a new object.

    Declaration
    public GridCurrentCellMovedEventArgs(GridActivateCurrentCellOptions options, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    GridActivateCurrentCellOptions options

    The options specified for the MoveTo(Int32, Int32) operation.

    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The event source.

    Properties

    Options

    The options specified for the MoveTo(Int32, Int32) operation.

    Declaration
    [TraceProperty(true)]
    public GridActivateCurrentCellOptions Options { get; }
    Property Value
    Type
    GridActivateCurrentCellOptions

    See Also

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