Share via


RichEditBox.TextCompositionEnded Event

Definition

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

public event TypedEventHandler<RichEditBox,TextCompositionEndedEventArgs> TextCompositionEnded;
<RichEditBox TextCompositionEnded="eventhandler"/>

Event Type

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.

Applies to

See also