Search
BaseGauge(T).PrepaintBackground Event
See Also
 






Raised when the gauge background is being painted.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 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.

 Remarks

This event can be used to disable or replace the default background painting.

 See Also