ActiveReports 12
Invalidated Event (Designer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : Invalidated Event
Occurs when a control's display requires redrawing.
Syntax
'Declaration
 
Public Event Invalidated As InvalidateEventHandler
public event InvalidateEventHandler Invalidated
Event Data

The event handler receives an argument of type InvalidateEventArgs containing data related to this event. The following InvalidateEventArgs properties provide information specific to this event.

PropertyDescription
Gets the System.Drawing.Rectangle that contains the invalidated window area.  
See Also