TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
Class
Definition
Provides event data for the TextCompositionStarted event on TextBox and RichEditBox.
public : sealed class TextCompositionStartedEventArgs
struct winrt::Windows::UI::Xaml::Controls::TextCompositionStartedEventArgs
public sealed class TextCompositionStartedEventArgs
Public NotInheritable Class TextCompositionStartedEventArgs
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
For more info, see the TextBox.TextCompositionStarted and RichEditBox.TextCompositionStarted events.
Properties
Length Length Length Length |
Gets the length of the portion of the text that the user is composing with an Input Method Editor (IME). |
StartIndex StartIndex StartIndex StartIndex |
Gets the starting location of the text that the user is composing with an Input Method Editor (IME). |
See also
Feedback
Loading feedback...