New to Telerik UI for WPFStart a free 30-day trial

Provides data for the PreviewTextChangedByUserInteraction event.

Definition

Namespace:Telerik.Windows.Controls.Primitives

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TextChangedByUserInteractionEventArgs : EventArgs

Inheritance: objectEventArgsTextChangedByUserInteractionEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public TextChangedByUserInteractionEventArgs()

Properties

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

C#
public int OldSelectionLength { get; set; }

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

C#
public int OldSelectionStart { get; set; }

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

C#
public string OldText { get; set; }