An event arguments of SelectionChangedEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsSelectionChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SelectionChangedEventArgs class.
Properties
Gets the length of the selection.
C#
public int SelectionLength { get; }
The length of the selection.
Gets the selection start.
C#
public int SelectionStart { get; }