Search
BaseGauge.OnPrepaintTick Method
See Also
 






Raises the PrepaintTick event.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

protected virtual void OnPrepaintTick (
    PrepaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPrepaintTick ( _
    e As PrepaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also