Click or drag to resize
CellControlOnRefresh Method
Raises the RefreshCurrentCell event

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

Parameters

e
Type: Stingray.GridRefreshCurrentCellEventArgs
The event data.
Remarks
This method is invoked when the cell needs to be refreshed.
See Also