Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
RangeBase Class
RangeBase Events
 ValueChanged Event
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.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)
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"/>

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker