RangeChangedEventArgs Class   
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.
Event args for a value changing event
public class RangeChangedEventArgs : EventArgstype RangeChangedEventArgs = class
    inherit EventArgsPublic Class RangeChangedEventArgs
Inherits EventArgs- Inheritance
- 
				RangeChangedEventArgs
Constructors
| RangeChangedEventArgs(Double, Double, RangeSelectorProperty) | Initializes a new instance of the RangeChangedEventArgs class. | 
Properties
| ChangedRangeProperty | Gets the range property that triggered the event | 
| NewValue | Gets the new value. | 
| OldValue | Gets the old value. |