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
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; }