Occurs when the control needs to be painted.

C# | Visual Basic |
protected override void OnPaint( PaintEventArgs e )
Protected Overrides Sub OnPaint ( _ e As PaintEventArgs _ )

- e (PaintEventArgs)
- Paint Event arguments
C# | Visual Basic |
protected override void OnPaint( PaintEventArgs e )
Protected Overrides Sub OnPaint ( _ e As PaintEventArgs _ )