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