SelectionItemPatternIdentifiers.ElementRemovedFromSelectionEvent フィールド

定義

選択した項目のコレクションから項目が削除されたときに発生するイベントを識別します。

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

フィールド値

注釈

呼び出しの RemoveFromSelection 結果が 1 つの選択された項目である場合は、代わりに が ElementSelectedEvent 発生します。

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

適用対象

こちらもご覧ください