Automation.RemoveAllEventHandlers Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime tous les gestionnaires d’événements UI Automation inscrits.
public:
static void RemoveAllEventHandlers();
public static void RemoveAllEventHandlers ();
static member RemoveAllEventHandlers : unit -> unit
Public Shared Sub RemoveAllEventHandlers ()
S’applique à
Voir aussi
- RemoveAutomationEventHandler(AutomationEvent, AutomationElement, AutomationEventHandler)
- RemoveAutomationFocusChangedEventHandler(AutomationFocusChangedEventHandler)
- RemoveAutomationPropertyChangedEventHandler(AutomationElement, AutomationPropertyChangedEventHandler)
- RemoveStructureChangedEventHandler(AutomationElement, StructureChangedEventHandler)
- S'abonner à des événements UI Automation
- Vue d'ensemble des événements UI Automation