DXSliderBase.ValueChanged Event
Occurs after the slider’s value is changed.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public event EventHandler ValueChanged
Event Data
The ValueChanged event's data class is EventArgs.
Remarks
You can use the ValueChanged
event to receive a notification when the slider’s value changes.
See Also