/// <summary> /// Removes the given event handler for the event /// </summary> public void RemoveAutomationEventHandler(EventId @event, IAutomationEventHandler eventHandler) { FrameworkAutomationElement.RemoveAutomationEventHandler(@event, eventHandler); }