/// <summary>
 /// Unregisters the given notification event handler.
 /// </summary>
 public abstract void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler);
Пример #2
0
 /// <inheritdoc />
 public override void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler)
 {
     Automation.NativeAutomation5.RemoveNotificationEventHandler(NativeElement, (UIA3NotificationEventHandler)eventHandler);
 }
Пример #3
0
 /// <inheritdoc />
 public override void UnregisterNotificationEventHandler(NotificationEventHandlerBase eventHandler)
 {
     throw new NotSupportedByFrameworkException();
 }