Contents

removeEventHandler(forEventClass:andEventID:)

If an Apple event handler has been registered for the event specified by eventClass and eventID, removes it.

Declaration

func removeEventHandler(forEventClass eventClass: AEEventClass, andEventID eventID: AEEventID)

Discussion

Otherwise does nothing.

See Also

Working with event handlers