ProgressBar.OnValueChanged(Double, Double) Method

Definition

Updates the current position of the ProgressBar when the Value property changes.

protected:
 override void OnValueChanged(double oldValue, double newValue);
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