Class SliderValueChangedEventArgs
To get the SliderValueChanged event arguments.
Inheritance
System.Object
SliderValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Sliders
Assembly: Syncfusion.Sliders.WinUI.dll
Syntax
public class SliderValueChangedEventArgs : EventArgs
Constructors
SliderValueChangedEventArgs()
Declaration
public SliderValueChangedEventArgs()
Properties
NewValue
Gets the new value of a range value property.
Declaration
public double NewValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The new value. |
OldValue
Gets the previous value of a range value property.
Declaration
public double OldValue { get; }
Property Value
Type | Description |
---|---|
System.Double | The old value. |