InterfaceITextSource
Interface
The base class for text sources used in autocomplete behaviors.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface ITextSource
Properties
SelectionLength
Gets or sets the length of the selection.
SelectionStart
Gets or sets the selection start.
Methods
Events
PreviewTextChanged
Occurs when preview text is changed.
Declaration
cs-api-definition
event EventHandler<CancelEventArgs> PreviewTextChanged
Event Value
PreviewTextChangedByUserInteraction
Occurs when preview text is changed by user interaction.
Declaration
cs-api-definition
event EventHandler<CancelEventArgs> PreviewTextChangedByUserInteraction
Event Value
SelectionChanged
Occurs when selection is changed.
TextChanged
Occurs when text is changed.
TextChangedByUserInteraction
Occurs when text is changed by user interaction.
Declaration
cs-api-definition
event EventHandler<TextChangedByUserInteractionEventArgs> TextChangedByUserInteraction
Event Value