TextPatternIdentifiers.TextChangedEvent Campo

Definição

Identifica o evento acionado sempre que o conteúdo textual é modificado.

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 

Valor do campo

Exemplos

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)

Comentários

Esse identificador é usado por provedores de Automação da Interface do Usuário. Automação da Interface do Usuário aplicativos cliente devem usar o campo equivalente em TextPattern.

Aplica-se a

Confira também