Пример #1
0
 /// <inheritdoc />
 public StructureChangedEventHandlerBase RegisterStructureChangedEvent(TreeScope treeScope, Action <AutomationElement, StructureChangeType, int[]> action)
 {
     return(FrameworkAutomationElement.RegisterStructureChangedEvent(treeScope, action));
 }