RangeChangedEventArgs(Double, Double, RangeSelectorProperty) Constructor
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.
Initializes a new instance of the RangeChangedEventArgs class.
public RangeChangedEventArgs (double oldValue, double newValue, Microsoft.Toolkit.Uwp.UI.Controls.RangeSelectorProperty changedRangeProperty);
new Microsoft.Toolkit.Uwp.UI.Controls.RangeChangedEventArgs : double * double * Microsoft.Toolkit.Uwp.UI.Controls.RangeSelectorProperty -> Microsoft.Toolkit.Uwp.UI.Controls.RangeChangedEventArgs
Public Sub New (oldValue As Double, newValue As Double, changedRangeProperty As RangeSelectorProperty)
Parameters
- oldValue
- Double
The old value
- newValue
- Double
The new value
- changedRangeProperty
- RangeSelectorProperty
The changed range property