Difference between revisions of "Event.APPLICATION RESUME"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is resumed (become active)")
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' applicationResume<br/>
 +
'''Defined by:''' [[EventDispatcher]]<br/>
 +
 
=== Description ===
 
=== Description ===
This event is dispatched when application is resumed (become active)
+
The Event is dispatched when the application is resumed (becomes active).
 +
 
 +
{{Application}}
 +
<!--{{EventDispatcher}}-->

Latest revision as of 19:48, 15 December 2023

Available since: Gideros 2011.6
Value: applicationResume
Defined by: EventDispatcher

Description

The Event is dispatched when the application is resumed (becomes active).