Raised when the gauge foreground is being painted.
Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms
C# Copy Code |
---|
public event EventHandler<CustomPaintEventArgs> PaintForeground |
Visual Basic Copy Code |
---|
Public Event PaintForeground As EventHandler(Of CustomPaintEventArgs) |
PaintForeground event handler receive an argument of type CustomPaintEventArgs.