'Declaration Public Event ValueChanged As Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler
public event Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler ValueChanged
Event Data
The event handler receives an argument of type Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs containing data related to this event. The following RangeBaseValueChangedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| NewValue | Gets the new value of a range value property. | 
| OldValue | Gets the previous value of a range value property. | 
| OriginalSource | (Inherited from Windows.UI.Xaml.RoutedEventArgs) | 
See Also