Link Search Menu Expand Document

Events

The following events are defined in the Root class.

Name Description
Close Occurs when closing the root window
MenuSelected Occurs when selecting the main menu
Added since Image
Not supported in ImageImage
WindowStateChanged Occurs when the root window state changes
Added since ImageImage
The function has been expanded since Image

Only available for Mobile version

Name Description
ExternalCall Occurs when receiving a notification from an external program
Added since Image
PowerStateChanged Occurs when the device waking up from sleep (suspend)
Added since Image

Only available for Android version

Name Description
MemoryLimitExceeded Occurs when the memory usage set by the MemoryLimitThreshold property is exceeded
Added since Image
ExternalMessage Obtained with ExternalObject.getMessageHandler
Occurs when a message is received by the message handler
Added since Image
ExternalIntent Occurs when receiving an Intent from another app
Added since Image