TextCompositionEndedEventArgs Class

Definition

Provides event data for the TextCompositionEnded event on TextBox and RichEditBox.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextCompositionEndedEventArgs
Inheritance
Object TextCompositionEndedEventArgs
Attributes

Remarks

For more info, see the TextBox.TextCompositionEnded and RichEditBox.TextCompositionEnded events.

Properties

Length

Gets the length of the portion of the text that the user is composing with an Input Method Editor (IME).

StartIndex

Gets the starting location of the text that the user is composing with an Input Method Editor (IME).

Applies to

Product Versies
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also