Click or drag to resize
CellControlOnReset Method
Raises the ResetCurrentCell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected virtual void OnReset(
	ResetCurrentCellEventArgs e
)

Parameters

e
Type: Stingray.GridResetCurrentCellEventArgs
The event data.
Remarks
This method is invoked when the grid resets the intrinsic state of the control. This method is called when the current cell is moving.

This method is also called from ResetCurrentCell. When you call reset and do not move the current cell, the intrinsic state of the current cell is reinitialized before drawing it.

See Also