OnClientResourceStart: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Client event}} | {{Client event}} | ||
__NOTOC__ | __NOTOC__ | ||
This event is triggered when a resource is started. | This event is triggered when a [[resource]] is started. | ||
==Parameters== | ==Parameters== | ||
Line 8: | Line 8: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*'''startedResource''': the resource that was started. | *'''startedResource''': the [[resource]] that was started. | ||
==Source== | ==Source== |
Revision as of 15:39, 25 September 2007
This event is triggered when a resource is started.
Parameters
resource startedResource
- startedResource: the resource that was started.
Source
The source of this event is the client root element.