Search
BaseGauge.Invalidated Event
See Also
 






Raised when the gauge has visually changed to allow containers to repaint.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler Invalidated

Visual Basic  Copy Code

Public Event Invalidated As EventHandler

 Event Data

Invalidated event handlers receive an argument of type EventArgs.

 See Also