Provides data for the System.WinForms.RichControl.Paint event.
Object
EventArgs
PaintEventArgs
[Visual Basic] Public Class PaintEventArgs Inherits EventArgs [C#] public class PaintEventArgs : EventArgs [C++] public __gc class PaintEventArgs : public EventArgs [JScript] public class PaintEventArgs extends EventArgs
The System.WinForms.RichControl.Paint event occurs when a control is redrawn. A PaintEventArgs specifies the System.Winforms.PaintEventArgs.Graphics to use to paint the control and the ClipRectangle in which to paint.
For information about the event model, see TBD.
Namespace: System.WinForms
Assembly: System.WinForms.dll
PaintEventArgs Members | System.WinForms Namespace | Graphics | Rectangle