ProgressBar.OnMaximumChanged(Double, Double) Method

Definition

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

protected:
 override void OnMaximumChanged(double oldMaximum, double newMaximum);
protected override void OnMaximumChanged (double oldMaximum, double newMaximum);
override this.OnMaximumChanged : double * double -> unit
Protected Overrides Sub OnMaximumChanged (oldMaximum As Double, newMaximum As Double)

Parameters

oldMaximum
Double

Old value of the Maximum property.

newMaximum
Double

New value of the Maximum property.

Applies to