Slider.OnMaximumChanged(Double, Double) Method

Definition

Responds to a change in the value of the Maximum property.

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

The old value of the Maximum property.

newMaximum
Double

The new value of the Maximum property.

Remarks

If the new Maximum value is less than the SelectionStart value, this implementation sets the SelectionStart value to the Maximum value. If the new Maximum value is less than the SelectionEnd value, the SelectionEnd value is set to the Maximum value.

Applies to