CoreTextChangedEventArgs
CoreTextChangedEventArgs
CoreTextChangedEventArgs
CoreTextChangedEventArgs
Class
Definition
Provides data for the TextChanged event.
public : sealed class CoreTextChangedEventArgs : ICoreTextChangedEventArgspublic sealed class CoreTextChangedEventArgs : ICoreTextChangedEventArgsPublic NotInheritable Class CoreTextChangedEventArgs Implements ICoreTextChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneInternalContract (introduced v1)
|
Properties
NewText NewText NewText NewText
Gets the characters from the input buffer that are new after the text changed.
public : PlatForm::String NewText { get; }public string NewText { get; }Public ReadOnly Property NewText As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The new text in the input buffer.
OldLength OldLength OldLength OldLength
Gets the number of characters in the old text from the start of the changed text to the end of the changed text.
public : unsigned int OldLength { get; }public uint OldLength { get; }Public ReadOnly Property OldLength As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
The start position of the change in the old text.
Start Start Start Start
Gets the start position of the change in the text in the input buffer.
public : unsigned int Start { get; }public uint Start { get; }Public ReadOnly Property Start As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
The start position of the change in the text in the input buffer.