OLEObject.EventTriggered

From Xojo Documentation

Event


OLEObject.EventTriggered(NameOfEvent as String, Parameters() as Variant) As Variant

New in 2005r1

Supported for all project types and targets.

Occurs when the OLEObject receives an event from the automation server.

The event name is passed as the first parameter and the parameters for the event are passed as an array of variants.