/// <summary> /// Unregisters the given notification event handler. /// </summary> public abstract void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler);
/// <inheritdoc /> public override void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler) { Automation.NativeAutomation5.RemoveNotificationEventHandler(NativeElement, (UIA3NotificationEventHandler)eventHandler); }
/// <inheritdoc /> public override void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler) { throw new NotSupportedByFrameworkException(); }