Click or drag to resize
GridControlClear Event
Clear event.

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

Value

Type: Stingray.GridClearEventHandler
Remarks
This event is invoked when a range of cells is cleared from the grid.
See Also