RadialProgressBar.OnValueChanged(Double, Double) Method

Definition

Called when the Value property changes.

protected override void OnValueChanged (double oldValue, double newValue);
override this.OnValueChanged : double * double -> unit
Protected Overrides Sub OnValueChanged (oldValue As Double, newValue As Double)

Parameters

oldValue
Double

Old value of the Value property.

newValue
Double

New value of the Value property.

Applies to