Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.54 KB

richeditbox_textcompositionended.md

File metadata and controls

41 lines (26 loc) · 1.54 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.RichEditBox.TextCompositionEnded
winrt event

Windows.UI.Xaml.Controls.RichEditBox.TextCompositionEnded

-description

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

-xaml-syntax

<RichEditBox 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)