ClassSelectionChangingEventArgs
Class
An event arguments of SelectionChangingEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SelectionChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSelectionChangingEventArgs
Inherited Members
Constructors
SelectionChangingEventArgs(int, int, int, int)
Initializes a new instance of the SelectionChangingEventArgs class.
Declaration
cs-api-definition
public SelectionChangingEventArgs(int oldSelectionStart, int oldSelectionLength, int newSelectionStart, int newSelectionLength)
Parameters
oldSelectionStart
The old selection start.
oldSelectionLength
Old length of the selection.
newSelectionStart
The new selection start.
newSelectionLength
New length of the selection.
Properties
NewSelectionLength
Gets the new length of the selection.
Declaration
cs-api-definition
public int NewSelectionLength { get; }
Property Value
The new length of the selection.
NewSelectionStart
Gets the new selection start.
OldSelectionLength
Gets the old length of the selection.
Declaration
cs-api-definition
public int OldSelectionLength { get; }
Property Value
The old length of the selection.
OldSelectionStart
Gets the old selection start.