Click or drag to resize
GridControlMovedCurrentCell Event
Moved Current Cell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax
[BrowsableAttribute(true)]
public event MovedCurrentCellEventHandler MovedCurrentCell

Value

Type: Stingray.GridMovedCurrentCellEventHandler
Remarks
This event is invoked when a new current cell is selected and the coordinates of the current cell have changed, but the change is not yet visible.
See Also