Slider.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.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.