Search
BaseGauge.PrepaintBackground Event
See Also
 






Raised when the gauge background is being painted.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler<PrepaintEventArgs> PrepaintBackground

Visual Basic  Copy Code

Public Event PrepaintBackground As EventHandler(Of PrepaintEventArgs)

 Event Data

PrepaintBackground event handlers receive an argument of type PrepaintEventArgs.

 See Also