Automation.RemoveAllEventHandlers 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除所有已注册的UI 自动化事件处理程序。
public:
static void RemoveAllEventHandlers();
public static void RemoveAllEventHandlers ();
static member RemoveAllEventHandlers : unit -> unit
Public Shared Sub RemoveAllEventHandlers ()
适用于
另请参阅
- RemoveAutomationEventHandler(AutomationEvent, AutomationElement, AutomationEventHandler)
- RemoveAutomationFocusChangedEventHandler(AutomationFocusChangedEventHandler)
- RemoveAutomationPropertyChangedEventHandler(AutomationElement, AutomationPropertyChangedEventHandler)
- RemoveStructureChangedEventHandler(AutomationElement, StructureChangedEventHandler)
- 订阅 UI 自动化事件
- UI 自动化事件概述