New to Telerik UI for WPF? Download free 30-day trial

Events

This topic covers the specific events exposed by the RadSlider control.

Drag Events

  • DragStarted—Occurs when a user starts dragging a Thumb control with the mouse. The event arguments are of type RadDragStartedEventArgs.

  • DragDelta—Occurs one or multiple times while a user drags a Thumb control with the mouse. The event arguments are of type RadDragDeltaEventArgs.

  • DragCompleted—Occurs when a user completes a drag operation of a Thumb control with the mouse. The event arguments are of type RadDragCompletedEventArgs.

Selection Events

  • SelectionStartChanged—Occurs when the SelectionStart property of RadSlider is changed. The event arguments are of type RoutedPropertyChangedEventArgs<double>.

  • SelectionEndChanged—Occurs when the SelectionEnd property of RadSlider is changed. The event arguments are of type RoutedPropertyChangedEventArgs<double>.

  • SelectionChanged—Occurs when the Selection property of RadSlider is changed. The event arguments are of type RadRoutedEventArgs.

See Also

In this article