Class SliderValueChangedEventArgs
Provides the event data for the Slider value changed event.
Inheritance
System.Object
SliderValueChangedEventArgs
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public class SliderValueChangedEventArgs : EventArgs
Constructors
SliderValueChangedEventArgs()
Declaration
public SliderValueChangedEventArgs()
Properties
NewValue
Gets the new value of slider.
Declaration
public double NewValue { get; }
Property Value
Type |
---|
System.Double |
OldValue
Gets the old value of slider.
Declaration
public double OldValue { get; }
Property Value
Type |
---|
System.Double |