CoreSelectionChangedEventArgs
CoreSelectionChangedEventArgs
CoreSelectionChangedEventArgs
CoreSelectionChangedEventArgs
Class
Definition
Provides data for the SelectionChanged event.
public : sealed class CoreSelectionChangedEventArgs : ICoreSelectionChangedEventArgspublic sealed class CoreSelectionChangedEventArgs : ICoreSelectionChangedEventArgsPublic NotInheritable Class CoreSelectionChangedEventArgs Implements ICoreSelectionChangedEventArgs// 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
Length Length Length Length
Gets length of the selected text in the input buffer.
public : unsigned int Length { get; }public uint Length { get; }Public ReadOnly Property Length As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
The length of the selected text.
Start Start Start Start
Gets the index of the start of the selected 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 index of the start of the selected text.