Class
TextChangedByUserInteractionEventArgs

Provides data for the PreviewTextChangedByUserInteraction event.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TextChangedByUserInteractionEventArgs : EventArgs

Inheritance: objectEventArgsTextChangedByUserInteractionEventArgs

Inherited Members EventArgs.Empty

Constructors

TextChangedByUserInteractionEventArgs()

Declaration

cs-api-definition
public TextChangedByUserInteractionEventArgs()

Properties

OldSelectionLength

Gets the length of the selection that was active before the user interaction caused the text change.

Declaration

cs-api-definition
public int OldSelectionLength { get; set; }

Property Value

int

OldSelectionStart

Provides data for the PreviewTextChangedByUserInteraction event that occurs when the text content of a control has changed as a result of user interaction.

Declaration

cs-api-definition
public int OldSelectionStart { get; set; }

Property Value

int

OldText

Gets the previous text of the control before the user interaction occurred.

Declaration

cs-api-definition
public string OldText { get; set; }

Property Value

string