Events
This topic covers the specific events exposed by the RadSlider control.
Drag Events
DragStarted
—Occurs when a user starts dragging aThumb
control with the mouse. The event arguments are of typeRadDragStartedEventArgs
.DragDelta
—Occurs one or multiple times while a user drags aThumb
control with the mouse. The event arguments are of typeRadDragDeltaEventArgs
.DragCompleted
—Occurs when a user completes a drag operation of aThumb
control with the mouse. The event arguments are of typeRadDragCompletedEventArgs
.
Selection Events
SelectionStartChanged
—Occurs when theSelectionStart
property ofRadSlider
is changed. The event arguments are of typeRoutedPropertyChangedEventArgs<double>
.SelectionEndChanged
—Occurs when theSelectionEnd
property ofRadSlider
is changed. The event arguments are of typeRoutedPropertyChangedEventArgs<double>
.SelectionChanged
—Occurs when theSelection
property ofRadSlider
is changed. The event arguments are of typeRadRoutedEventArgs
.