OLEContainer.EventTriggered

From Xojo Documentation

Event


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

Supported for all project types and targets.

Occurs when the ActiveX control receives an event from the user.

Notes

The event name is passed as the first parameter specifying which event occurred. The second parameter contains the parameters for this event, passed in as an array of variants. The user should check the Ubound of the parameters list.