Click or drag to resize
GridControlDeleteCell Event
Delete Cell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event DeleteCellEventHandler DeleteCell

Value

Type: Stingray.GridDeleteCellEventHandler
Remarks
This event is invoked when the user presses the DELETE key on the inactive current cell. When the cell is active, the cell control handles the delete key events.
See Also