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