Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 624 Bytes

rangebase_onminimumchanged_734096255.md

File metadata and controls

26 lines (18 loc) · 624 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.RangeBase.OnMinimumChanged(System.Double,System.Double)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.RangeBase.OnMinimumChanged

-description

Called when the Minimum property changes.

-parameters

-param oldMinimum

Old value of the Minimum property.

-param newMinimum

New value of the Minimum property.

-remarks

-examples

-see-also