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