Raised when the gauge background is being painted.
Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms
C# Copy Code |
---|
public event EventHandler<PrepaintEventArgs> PrepaintBackground |
Visual Basic Copy Code |
---|
Public Event PrepaintBackground As EventHandler(Of PrepaintEventArgs) |
PrepaintBackground event handlers receive an argument of type PrepaintEventArgs.
This event can be used to disable or replace the default background painting.