_InvalidateEventArgs Type

Provides data for the OnInvalidated event.

Namespace: CNClrLib.Control.EventArgs
type
 _InvalidateEventArgs = CNClrLib.Windows._InvalidateEventArgs;

The OnInvalidated event occurs when a control's display is updated. An InvalidateEventArgs specifies the rectangle that contains the invalidated window area.

For more information, see InvalidateEventArgs in C#.

Properties
Description

InvalidRect

Gets the Rectangle that contains the invalidated window area.