Automation.RemoveStructureChangedEventHandler Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove o manipulador de eventos com estrutura alterada especificado.
public:
static void RemoveStructureChangedEventHandler(System::Windows::Automation::AutomationElement ^ element, System::Windows::Automation::StructureChangedEventHandler ^ eventHandler);
public static void RemoveStructureChangedEventHandler (System.Windows.Automation.AutomationElement element, System.Windows.Automation.StructureChangedEventHandler eventHandler);
static member RemoveStructureChangedEventHandler : System.Windows.Automation.AutomationElement * System.Windows.Automation.StructureChangedEventHandler -> unit
Public Shared Sub RemoveStructureChangedEventHandler (element As AutomationElement, eventHandler As StructureChangedEventHandler)
Parâmetros
- element
- AutomationElement
O elemento Automação da Interface do Usuário do qual remover o manipulador de eventos.
- eventHandler
- StructureChangedEventHandler
Um método de manipulador que foi passado para AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) o elemento Automação da Interface do Usuário especificado.