Search
BaseGauge(T).OnPrepaintBackground Method
See Also
 






Raises the PrepaintBackground event.

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

 Syntax

C#  Copy Code

protected virtual void OnPrepaintBackground (
    PrepaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPrepaintBackground( _
    e As PrepaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also