Click or drag to resize
CellControlOnCanceledEditing Method
Raises the CanceledEditing event.

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

Parameters

e
Type: Stingray.GridCanceledEditingEventArgs
The event data.
Remarks
This method is invoked when the current cell's content is canceled and the control is reinitialized. The following steps show the default processing for this event: You can monitor all controls via GridControl.CanceledEditing, or you can attach a delegate to the specific CellControl that you want to monitor.
See Also