/// <inheritdoc /> public StructureChangedEventHandlerBase RegisterStructureChangedEvent(TreeScope treeScope, Action <AutomationElement, StructureChangeType, int[]> action) { return(FrameworkAutomationElement.RegisterStructureChangedEvent(treeScope, action)); }