ClassSelectionRangeChangedEventArgs
Class
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
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.
Properties
SelectionEnd
Gets the selection end.
Declaration
cs-api-definition
public double SelectionEnd { get; }
Property Value
The selection end.
SelectionStart
Gets the selection start.
Declaration
cs-api-definition
public double SelectionStart { get; }
Property Value
The selection start.