Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.5 KB

textbox_textcompositionchanged.md

File metadata and controls

40 lines (26 loc) · 1.5 KB
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.TextBox.TextCompositionChanged
winrt event

Microsoft.UI.Xaml.Controls.TextBox.TextCompositionChanged

-description

Occurs when text being composed through an Input Method Editor (IME) changes.

-xaml-syntax

<TextBox TextCompositionChanged="eventhandler"/>

-remarks

For event data, see TextCompositionChangedEventArgs.

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

TextCompositionChangedEventArgs, Input Method Editor (IME)