Class RadRangeBaseValueChangedEventArgs
EventArgs used when Rad
Inheritance
System.Object
RadRangeBaseValueChangedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadRangeBaseValueChangedEventArgs : EventArgs
Constructors
RadRangeBaseValueChangedEventArgs(Nullable<Double>, Nullable<Double>)
Initializes a new instance of the Rad
Declaration
public RadRangeBaseValueChangedEventArgs(Nullable<double> oldValue, Nullable<double> newValue)
Parameters
System.
|
System.
|
Properties
NewValue
Gets or sets the new value.
Declaration
public Nullable<double> NewValue { get; set; }
Property Value
System. The new value. |
OldValue
Gets or sets the old value.
Declaration
public Nullable<double> OldValue { get; set; }
Property Value
System. The old value. |