Click or drag to resize
GridControlGridDraw Event
Grid Draw event.

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

Value

Type: Stingray.GridGridDrawEventHandler
Remarks
This method is invoked when the grid needs to be redrawn. The base class event handler computes the range of cells that needs to be drawn and starts drawing with a call to OnDrawTopLeftBottomRight(DrawTopLeftBottomRightEventArgs).
See Also