C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Toolbar.Common Namespace / ChartRangePanel Class / Invalidated Event

Invalidated Event (ChartRangePanel)
Syntax
'Declaration
 
Public Event Invalidated As System.Windows.Forms.InvalidateEventHandler
 
Event Data

The event handler receives an argument of type System.Windows.Forms.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