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