Click or drag to resize
GridControlPaint Event
Occurs when the control is redrawn.

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

Value

Type: System.Windows.FormsPaintEventHandler
Remarks
This event hides the event inherited from UserControl.
See Also