DesktopOLEContainer.EventTriggered
From Xojo Documentation
Event
![]() |
This event is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this event on an incompatible platform. |
DesktopOLEContainer.EventTriggered(NameOfEvent as String, Parameters() as Variant) As Variant
New in 2021r3
Supported for all project types and targets.
New in 2021r3
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.