Class
SelectionChangedEventArgs

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 EventArgs.Empty

Constructors

SelectionChangedEventArgs(int, int)

Initializes a new instance of the SelectionChangedEventArgs class.

Declaration

cs-api-definition
public SelectionChangedEventArgs(int selectionStart, int selectionLength)

Parameters

selectionStart

int

The selection start.

selectionLength

int

Length of the selection.

Properties

SelectionLength

Gets the length of the selection.

Declaration

cs-api-definition
public int SelectionLength { get; }

Property Value

int

The length of the selection.

SelectionStart

Gets the selection start.

Declaration

cs-api-definition
public int SelectionStart { get; }

Property Value

int