TextCompositionChangedEventArgs Class

Definition

Provides event data for the TextCompositionChanged 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 TextCompositionChangedEventArgs
Inheritance
Object TextCompositionChangedEventArgs
Attributes

Remarks

For more info, see the TextBox.TextCompositionChanged and RichEditBox.TextCompositionChanged 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

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also