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