Click or drag to resize
CellControlModifyCell Event
Modify Cell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public event ModifyCellEventHandler ModifyCell

Value

Type: Stingray.GridModifyCellEventHandler
Remarks
This event is invoked by OnModifyCell(ModifyCellEventArgs).
See Also