Event Paint
Occurs when the control is redrawn.
public event EventHandler<PaintEventArgs>? Paint
Returns
- EventHandler<PaintEventArgs>
- Occurs when the control is redrawn.
- Implements
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.