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!

InvalidateEventArgs Class

Provides data for the Invalidate event.

Object
   EventArgs
      InvalidateEventArgs

[Visual Basic]
Public Class InvalidateEventArgs
   Inherits EventArgs
[C#]
public class InvalidateEventArgs : EventArgs
[C++]
public __gc class InvalidateEventArgs : public EventArgs
[JScript]
public class InvalidateEventArgs extends EventArgs

Remarks

The Invalidate event occurs when a control's display is updated. An InvalidateEventArgs specifies the Graphics object to use to paint the control and the rectangle in which to paint.

For information on the event model, see TBD.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

InvalidateEventArgs Members | System.WinForms Namespace | Graphics | Rectangle