NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PaintEventArgs Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

PaintEventArgs Members | System.WinForms Namespace | Graphics | Rectangle