RangeBase::OnMaximumChanged Method (Double, Double)
.NET Framework (current version)
Called when the Maximum property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- oldMaximum
-
Type:
System::Double
Old value of the Maximum property.
- newMaximum
-
Type:
System::Double
New value of the Maximum property.
Subclasses of the RangeBase can use this method to respond when the value property changes instead of overriding the FrameworkPropertyMetadata to provide a new PropertyChangedCallback function. For more information, see Dependency Property Callbacks and Validation.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: