ClassRadDragDeltaEventArgs
Provides data for the RadDragDelta event that occurs one or more times when a user drags a Thumb control with the mouse.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadDragDeltaEventArgs : RoutedEventArgs
Inheritance: objectRadDragDeltaEventArgs
Constructors
RadDragDeltaEventArgs()
Initializes a new instance of the RadDragDeltaEventArgs class.
Declaration
public RadDragDeltaEventArgs()
RadDragDeltaEventArgs(double, double, double, double, double)
Initializes a new instance of the RadDragDeltaEventArgs class.
Declaration
public RadDragDeltaEventArgs(double horizontalChange, double verticalChange, double value, double selectionStart, double selectionEnd)
Parameters
horizontalChange
The horizontal change.
verticalChange
The vertical change.
value
The value.
selectionStart
The selection start.
selectionEnd
The selection end.
Properties
HorizontalChange
Gets the horizontal change in the thumb position since the last RadDragDelta event.
Declaration
public double HorizontalChange { get; }
Property Value
The horizontal change in the thumb position since the last RadDragDelta event.
SelectionEnd
Gets or sets the selection end.
Declaration
public double SelectionEnd { get; }
Property Value
The selection end.
SelectionStart
Gets or sets the selection start.
Declaration
public double SelectionStart { get; }
Property Value
The selection start.
Value
Gets or sets the value.
VerticalChange
Gets the vertical change in the thumb position since the last RadDragDelta event.
Declaration
public double VerticalChange { get; }
Property Value
The vertical change in the thumb position since the last RadDragDelta event.