Raised when the gauge has visually changed to allow containers to repaint.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public event EventHandler Invalidated |
Visual Basic
Copy Code
|
|---|
Public Event Invalidated As EventHandler |
Event DataInvalidated event handlers receive an argument of type EventArgs.
See Also