OnClientResourceStop: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (See Also for client resource events) |
||
Line 15: | Line 15: | ||
==Example== | ==Example== | ||
[[Category:Needs Example]] | [[Category:Needs Example]] | ||
==See Also== | |||
===Client resource events=== | |||
{{Client_resource_events}} | |||
===Client event functions=== | |||
{{Client_event_functions}} |
Revision as of 12:50, 12 January 2008
This event is triggered when a resource is stopped.
Parameters
resource stoppedResource
- stoppedResource: the resource that was stopped.
Source
The source of this event is the client root element.
Example
See Also
Client resource events
Client event functions
- triggerLatentServerEvent
- triggerServerEvent
- Shared
- addEvent
- addEventHandler
- cancelEvent
- cancelLatentEvent
- getEventHandlers
- getLatentEventHandles
- getLatentEventStatus
- removeEventHandler
- triggerEvent
- wasEventCancelled