ProgressBar.OnMinimumChanged(Double, Double) Method

Definition

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

protected:
 override void OnMinimumChanged(double oldMinimum, double newMinimum);
protected override void OnMinimumChanged (double oldMinimum, double newMinimum);
override this.OnMinimumChanged : double * double -> unit
Protected Overrides Sub OnMinimumChanged (oldMinimum As Double, newMinimum As Double)

Parameters

oldMinimum
Double

Old value of the Minimum property.

newMinimum
Double

New value of the Minimum property.

Applies to