Automation.RemoveStructureChangedEventHandler Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Odebere zadanou obslužnou rutinu události změněnou strukturou.
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)
Parametry
- element
- AutomationElement
Element model UI Automation, ze kterého chcete obslužnou rutinu události odebrat.
- eventHandler
- StructureChangedEventHandler
Metoda obslužné rutiny, která byla předána AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) pro zadaný model UI Automation element.