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