Class
SelectionRangeChangedEventArgs

Provides data for the SelectionStartChanged and SelectionEndChanged events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class SelectionRangeChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectionRangeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectionRangeChangedEventArgs()

Initializes a new instance of the SelectionRangeChangedEventArgs class.

Declaration

cs-api-definition
public SelectionRangeChangedEventArgs()

SelectionRangeChangedEventArgs(double, double)

Initializes a new instance of the SelectionRangeChangedEventArgs class.

Declaration

cs-api-definition
public SelectionRangeChangedEventArgs(double selectionStart, double selectionEnd)

Parameters

selectionStart

double

The selection start.

selectionEnd

double

The selection end.

Properties

SelectionEnd

Gets the selection end.

Declaration

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

Property Value

double

The selection end.

SelectionStart

Gets the selection start.

Declaration

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

Property Value

double

The selection start.