Automation.RemoveStructureChangedEventHandler Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Quita el controlador de eventos de cambio de estructura 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
Elemento Automatización de la interfaz de usuario del que se va a quitar el controlador de eventos.
- eventHandler
- StructureChangedEventHandler
Método de controlador al que se pasó AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) para el elemento Automatización de la interfaz de usuario especificado.