.NET Framework Class Library for Silverlight
RangeBase..::.ValueChanged Event
Occurs when the range value changes.
Namespace:
System.Windows.Controls.Primitives
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Event ValueChanged As RoutedPropertyChangedEventHandler(Of Double)
Dim instance As RangeBase
Dim handler As RoutedPropertyChangedEventHandler(Of Double)
AddHandler instance.ValueChanged, handler
public event RoutedPropertyChangedEventHandler<double> ValueChanged
<rangeBase ValueChanged="eventhandler"/>
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference