Class

AppleEventTarget


Warning

This item is deprecated without replacement.

Description

Used to send AppleEvents to applications on other computers.

Methods

Name

Parameters

Returns

Shared

Create

name As String, computer As String, zone As String, portType As String

AppleEventTarget

NewAppleEvent

EventClass As String, EventID As String

AppleEvent

Method descriptions


AppleEventTarget.Create

Create(name As String, computer As String, zone As String, portType As String) As AppleEventTarget

Creates and returns a new AppleEventTarget.


AppleEventTarget.NewAppleEvent

NewAppleEvent(EventClass As String, EventID As String) As AppleEvent

Creates a new AppleEvent. Returns an AppleEvent.

Compatibility

All project types on all supported operating systems.

See also

Object parent class; AppleEvent class.