Share via


RichEditBox.TextCompositionStarted Event

Definition

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

public event TypedEventHandler<RichEditBox,TextCompositionStartedEventArgs> TextCompositionStarted;
<RichEditBox TextCompositionStarted="eventhandler"/>

Event Type

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.

Applies to

See also