TextPatternIdentifiers.TextChangedEvent Champ

Définition

Identifie l'événement déclenché chaque fois que le contenu textuel est modifié.

public: static initonly System::Windows::Automation::AutomationEvent ^ TextChangedEvent;
public static readonly System.Windows.Automation.AutomationEvent TextChangedEvent;
 staticval mutable TextChangedEvent : System.Windows.Automation.AutomationEvent
Public Shared ReadOnly TextChangedEvent As AutomationEvent 

Valeur de champ

AutomationEvent

Exemples

AutomationEventHandler ehTextChanged = new AutomationEventHandler(onTextChange);
Automation.AddAutomationEventHandler(TextPattern.TextChangedEvent, textProvider, TreeScope.Element, ehTextChanged);
Dim ehTextChanged As AutomationEventHandler = New AutomationEventHandler(AddressOf onTextChange)
System.Windows.Automation.Automation.AddAutomationEventHandler(TextPattern.TextChangedEvent, textProvider, TreeScope.Element, ehTextChanged)

Remarques

Cet identificateur est utilisé par UI Automation fournisseurs. UI Automation les applications clientes doivent utiliser le champ équivalent dans TextPattern.

S’applique à

Voir aussi