OnClientResourceStart: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Fixed source info) |
||
Line 11: | Line 11: | ||
==Source== | ==Source== | ||
The [[event system#Event source|source]] of this event is the | The [[event system#Event source|source]] of this event is the started resource's [[root element]]. | ||
==Example== | ==Example== | ||
[[Category:Needs example]] | [[Category:Needs example]] |
Revision as of 15:41, 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 started resource's root element.