Class GridCurrentCellMovedEventArgs
Provides data about the CurrentCellMoved event after the current cell was successfully moved to a new position.
Inherited Members
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 GridCurrentCellMovedEventArgs : SyncfusionEventArgs
Remarks
GridCurrentCellMovedEventArgs is a custom event argument class used by the CurrentCellMoved event when the current cell has been successfully moved to a new position.
See MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) for a discussion about the order of events that you receive when the current cell is moved.
Constructors
GridCurrentCellMovedEventArgs(GridSetCurrentCellOptions)
Initializes the new instances for the GridCurrentCellMovedEventArgs class.
Declaration
public GridCurrentCellMovedEventArgs(GridSetCurrentCellOptions options)
Parameters
Type | Name | Description |
---|---|---|
GridSetCurrentCellOptions | options | The options specified for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) operation. |
Properties
Options
Gets the options specified for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) operation.
Declaration
[TraceProperty(true)]
public GridSetCurrentCellOptions Options { get; }
Property Value
Type |
---|
GridSetCurrentCellOptions |