Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.55 KB

richeditbox_textcompositionstarted.md

File metadata and controls

39 lines (26 loc) · 1.55 KB
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.RichEditBox.TextCompositionStarted
winrt event

Microsoft.UI.Xaml.Controls.RichEditBox.TextCompositionStarted

-description

Occurs when a user starts composing text through an Input Method Editor (IME).

-xaml-syntax

<RichEditBox TextCompositionStarted="eventhandler"/>

-remarks

For event data, see TextCompositionStartedEventArgs.

This event occurs only when text is composed through an Input Method Editor (IME). Text composition events occur in the following order:

After the TextCompositionStarted event, the TextChanging > TextChanged > TextCompositionChanged event cycle can occur multiple times before the TextCompositionEnded event occurs.

-examples

-see-also

TextCompositionStartedEventArgs, Input Method Editor (IME)