Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.49 KB

textbox_textcompositionended.md

File metadata and controls

42 lines (26 loc) · 1.49 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.TextBox.TextCompositionEnded
winrt event

Windows.UI.Xaml.Controls.TextBox.TextCompositionEnded

-description

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

-xaml-syntax

<TextBox TextCompositionEnded="eventhandler"/>

-remarks

For event data, see TextCompositionEndedEventArgs.

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

TextCompositionEndedEventArgs, Input Method Editor (IME)