March 2003
Intermediate to advanced
896 pages
32h 35m
English
InvalidateEventArgs
This class encapsulates the InvalidRect of a
Control for the Invalidated
event, which is raised when an area of the window is dirty and needs
repainting.
public class InvalidateEventArgs : EventArgs { // Public Constructors public InvalidateEventArgs(System.Drawing.Rectangle invalidRect); // Public Instance Properties public Rectangle InvalidRect{get; } }
System.Object
→ System.EventArgs → InvalidateEventArgs
Control.OnInvalidated(),
InvalidateEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access