Class RangeValueChangedEventArgs
To get the range changed event arguments.
Inheritance
System.Object
RangeValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Sliders
Assembly: Syncfusion.Sliders.WinUI.dll
Syntax
public class RangeValueChangedEventArgs : EventArgs
Constructors
RangeValueChangedEventArgs()
Declaration
public RangeValueChangedEventArgs()
Properties
RangeEndNewValue
Gets the new value of a range end.
Declaration
public double RangeEndNewValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The range end new value. |
RangeEndOldValue
Gets the previous value of a range end.
Declaration
public double RangeEndOldValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The range end old value. |
RangeStartNewValue
Gets the new value of a range start.
Declaration
public double RangeStartNewValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The range start new value. |
RangeStartOldValue
Gets the previous value of a range start.
Declaration
public double RangeStartOldValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The range start old value. |