Beispiel #1
0
 /// <inheritdoc />
 public NotificationEventHandlerBase RegisterNotificationEvent(TreeScope treeScope, Action <AutomationElement, NotificationKind, NotificationProcessing, string, string> action)
 {
     return(FrameworkAutomationElement.RegisterNotificationEvent(treeScope, action));
 }