Class SelectionRangeChangedEventArgs
Inheritance
System.Object
SelectionRangeChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SelectionRangeChangedEventArgs : EventArgs
Constructors
SelectionRangeChangedEventArgs()
Declaration
public SelectionRangeChangedEventArgs()
SelectionRangeChangedEventArgs(Double, Double)
Declaration
public SelectionRangeChangedEventArgs(double selectionStart, double selectionEnd)
Parameters
System.
|
System.
|
Properties
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
System.
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
System.
|