Beispiel #1
0
 /// <inheritdoc />
 public ActiveTextPositionChangedEventHandlerBase RegisterActiveTextPositionChangedEvent(TreeScope treeScope, Action <AutomationElement, ITextRange> action)
 {
     return(FrameworkAutomationElement.RegisterActiveTextPositionChangedEvent(treeScope, action));
 }