TextPatternIdentifiers.TextChangedEvent フィールド

定義

テキスト コンテンツが変更されるたびに発生するイベントを識別します。

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 

フィールド値

AutomationEvent

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)

注釈

この識別子は、UI オートメーション プロバイダーによって使用されます。 UI オートメーションクライアント アプリケーションでは、次のフィールドと同等のフィールドTextPatternを使用する必要があります。

適用対象

こちらもご覧ください