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