.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)
Syntax

Visual Basic (Declaration)
Public Event ValueChanged As RoutedPropertyChangedEventHandler(Of Double)
Visual Basic (Usage)
Dim instance As RangeBase
Dim handler As RoutedPropertyChangedEventHandler(Of Double)

AddHandler instance.ValueChanged, handler
C#
public event RoutedPropertyChangedEventHandler<double> ValueChanged
XAML Attribute Usage
<rangeBase ValueChanged="eventhandler"/>
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker