InvalidateEventArgs

InvalidateEventArgs

System. Windows .Forms (system. windows .forms.dll) class

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; } } 

Hierarchy

System.Object System.EventArgs InvalidateEventArgs

Passed To

Control.OnInvalidated() , InvalidateEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net