Class GridCurrentCellMoveFailedEventArgs
Provides data about the CurrentCellMoveFailed event when the current cell fails to be moved to a new position.
Inheritance
System.Object
GridCurrentCellMoveFailedEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCurrentCellMoveFailedEventArgs : GridCellEventArgs
Remarks
GridCurrentCellMoveFailedEventArgs is a custom event argument class used by the CurrentCellMoveFailed event when the current cell fails to be 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
GridCurrentCellMoveFailedEventArgs(RowColumnIndex, GridActivateCurrentCellOptions, RoutedEvent, Object)
Initalizes a new object.
Declaration
public GridCurrentCellMoveFailedEventArgs(RowColumnIndex cellRowColumnIndex, GridActivateCurrentCellOptions options, RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The current cell's row and column indices as RowColumnIndex. |
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 |