Class
RadDragDeltaEventArgs

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:

cs-api-definition
public class RadDragDeltaEventArgs : RoutedEventArgs

Inheritance: objectRadDragDeltaEventArgs

Constructors

RadDragDeltaEventArgs()

Initializes a new instance of the RadDragDeltaEventArgs class.

Declaration

cs-api-definition
public RadDragDeltaEventArgs()

RadDragDeltaEventArgs(double, double, double, double, double)

Initializes a new instance of the RadDragDeltaEventArgs class.

Declaration

cs-api-definition
public RadDragDeltaEventArgs(double horizontalChange, double verticalChange, double value, double selectionStart, double selectionEnd)

Parameters

horizontalChange

double

The horizontal change.

verticalChange

double

The vertical change.

value

double

The value.

selectionStart

double

The selection start.

selectionEnd

double

The selection end.

Properties

HorizontalChange

Gets the horizontal change in the thumb position since the last RadDragDelta event.

Declaration

cs-api-definition
public double HorizontalChange { get; }

Property Value

double

The horizontal change in the thumb position since the last RadDragDelta event.

SelectionEnd

Gets or sets the selection end.

Declaration

cs-api-definition
public double SelectionEnd { get; }

Property Value

double

The selection end.

SelectionStart

Gets or sets the selection start.

Declaration

cs-api-definition
public double SelectionStart { get; }

Property Value

double

The selection start.

Value

Gets or sets the value.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

The value.

VerticalChange

Gets the vertical change in the thumb position since the last RadDragDelta event.

Declaration

cs-api-definition
public double VerticalChange { get; }

Property Value

double

The vertical change in the thumb position since the last RadDragDelta event.