Name

InvalidateEventArgs

Synopsis

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()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.