Class SelectionRangeChangedEventArgs
Provides data for the SelectionStartChanged and SelectionEndChanged events.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SelectionRangeChangedEventArgs : EventArgs
Constructors
SelectionRangeChangedEventArgs()
Initializes a new instance of the SelectionRangeChangedEventArgs class.
Declaration
public SelectionRangeChangedEventArgs()
SelectionRangeChangedEventArgs(Double, Double)
Initializes a new instance of the SelectionRangeChangedEventArgs class.
Declaration
public SelectionRangeChangedEventArgs(double selectionStart, double selectionEnd)
Parameters
System.Double
selectionStart
The selection start. |
System.Double
selectionEnd
The selection end. |
Properties
SelectionEnd
Gets the selection end.
Declaration
public double SelectionEnd { get; }
Property Value
System.Double
The selection end. |
SelectionStart
Gets the selection start.
Declaration
public double SelectionStart { get; }
Property Value
System.Double
The selection start. |