Partager via


CoreTextCompositionStartedEventArgs Classe

Définition

Fournit des données pour l’événement CompositionStarted .

public ref class CoreTextCompositionStartedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextCompositionStartedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextCompositionStartedEventArgs
Public NotInheritable Class CoreTextCompositionStartedEventArgs
Héritage
Object Platform::Object IInspectable CoreTextCompositionStartedEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Un objet de ce type est passé en tant qu’argument à un gestionnaire pour l’événement CompositionStarted .

Propriétés

IsCanceled

Obtient une valeur qui indique si l’opération est annulée.

Méthodes

GetDeferral()

Demande que l’opération soit retardée. Appelez cette méthode si votre contrôle d’entrée de texte est hébergé sur un thread de travail plutôt que sur le thread d’interface utilisateur.

S’applique à