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
Constructors
Initializes a new instance of the SelectionRangeChangedEventArgs class.
C#
public SelectionRangeChangedEventArgs()
Initializes a new instance of the SelectionRangeChangedEventArgs class.
Properties
Gets the selection end.
C#
public double SelectionEnd { get; }
The selection end.
Gets the selection start.
C#
public double SelectionStart { get; }
The selection start.