Class GridCurrentCellMovedEventArgs
Provides data about the CurrentCellMoved event after the current cell was succesfully moved to a new position.
Inherited Members
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 |