ClassTextChangedByUserInteractionEventArgs
Class
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
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.
OldSelectionStart
Provides data for the PreviewTextChangedByUserInteraction event that occurs when the text content of a control has changed as a result of user interaction.