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 内の同等のフィールドを使用する必要があります。

適用対象

こちらもご覧ください