3 references to StructureChangedEventHandler
UIAutomationClient (3)
MS\Internal\Automation\InvokeHandlers.cs (1)
64((StructureChangedEventHandler)clientCallback)(srcEl, (StructureChangedEventArgs)args);
System\Windows\Automation\Automation.cs (2)
261public static void AddStructureChangedEventHandler(AutomationElement element, TreeScope scope, StructureChangedEventHandler eventHandler) 277public static void RemoveStructureChangedEventHandler(AutomationElement element, StructureChangedEventHandler eventHandler)