Contents

appleEventCode

Returns the four-character code for the Apple event ID of the receiver’s command.

Declaration

var appleEventCode: FourCharCode { get }

Return Value

The code for the event ID of the receiver’s command.

Discussion

This value of the event ID returned by this method, together with the event class code returned by appleEventClassCode, specifies the necessary information for identifying and dispatching an Apple event.

See Also

Related Documentation

Getting Basic Information About the Command