RadialProgressBar.OnMaximumChanged(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the Maximum property changes.
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.