Search
BaseGauge.PaintForeground Event
See Also
 






Raised when the gauge foreground is being painted.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler<CustomPaintEventArgs> PaintForeground

Visual Basic  Copy Code

Public Event PaintForeground As EventHandler(Of CustomPaintEventArgs)

 Event Data

PaintForeground event handlers receive an argument of type CustomPaintEventArgs.

 See Also