CoreTextCompositionCompletedEventArgs Class

Definition

Provides data for the CompositionCompleted event.

public ref class CoreTextCompositionCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextCompositionCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextCompositionCompletedEventArgs
Public NotInheritable Class CoreTextCompositionCompletedEventArgs
Inheritance
Object Platform::Object IInspectable CoreTextCompositionCompletedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

An object of this type is passed as an argument to a handler for the CompositionCompleted event.

Properties

CompositionSegments

Gets a collection of CoreTextCompositionSegment objects representing the segments in the composition string. Applications can use this property, for example, to get the pre-conversion string for each composition segment.

IsCanceled

Gets a value that indicates whether the operation is canceled.

Methods

GetDeferral()

Requests that the operation be delayed. Call this method if your text input control is hosted on a worker thread rather than on the UI thread.

Applies to