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