Provides data for the Control.Paint event.
See Also: PaintEventArgs Members
The Control.Paint event occurs when a control is redrawn. A System.Windows.Forms.PaintEventArgs specifies the PaintEventArgs.Graphics to use to paint the control and the PaintEventArgs.ClipRectangle in which to paint.
For information about the event model, see [<topic://cpconEventsDelegates>].