RangeBase.OnValueChanged(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.
Fires the ValueChanged routed event.
protected:
virtual void OnValueChanged(double oldValue, double newValue) = OnValueChanged;
void OnValueChanged(double const& oldValue, double const& newValue);
protected virtual void OnValueChanged(double oldValue, double newValue);
function onValueChanged(oldValue, newValue)
Protected Overridable Sub OnValueChanged (oldValue As Double, newValue As Double)