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 是单个选定项,则会 ElementSelectedEvent 改为引发 。

此标识符由 UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用 中的 SelectionItemPattern等效字段。

适用于

另请参阅