New to Telerik UI for WPFStart a free 30-day trial

Provides data for the SelectionStartChanged and SelectionEndChanged events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class SelectionRangeChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectionRangeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SelectionRangeChangedEventArgs class.

C#
public SelectionRangeChangedEventArgs()

Initializes a new instance of the SelectionRangeChangedEventArgs class.

C#
public SelectionRangeChangedEventArgs(double selectionStart, double selectionEnd)
Parameters:selectionStartdouble

The selection start.

selectionEnddouble

The selection end.

Properties

Gets the selection end.

C#
public double SelectionEnd { get; }
Property Value:

The selection end.

Gets the selection start.

C#
public double SelectionStart { get; }
Property Value:

The selection start.