ClassSelectionChangedEventArgs
Class
An event arguments of SelectionChangedEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsSelectionChangedEventArgs
Inherited Members
Constructors
SelectionChangedEventArgs(int, int)
Initializes a new instance of the SelectionChangedEventArgs class.
Properties
SelectionLength
Gets the length of the selection.
Declaration
cs-api-definition
public int SelectionLength { get; }
Property Value
The length of the selection.
SelectionStart
Gets the selection start.