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
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.
Namespace: System.WinForms
Assembly: System.WinForms.dll
InvalidateEventArgs Members | System.WinForms Namespace | Graphics | Rectangle