Table of Contents

Event Paint

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the control is redrawn.

event EventHandler<PaintEventArgs>? Paint

Returns

EventHandler<PaintEventArgs>
Occurs when the control is redrawn.

Remarks

The Paint event is raised when the control is redrawn. It passes an instance of PaintEventArgs to the method(s) that handles the Paint event.