Application.HandleAppleEvent Event

An AppleEvent has been received. Return True to accept the AppleEvent and False to reject it.

Syntax

HandleAppleEvent ( Event, EventClass, EventID )

Parameters

Event

AppleEvent

EventClass

String

EventID

String


Intrinsic AppleEvents, such as "odoc", "quit", and "pref", are passed to this event handler first. If you return True, the default behavior will no longer take place. For example, if you return True for the "odoc" event, the OpenDocument event will not fire.