Click or drag to resize
CoronaRuntimeEnvironmentSuspended Event

Raised when the Corona runtime has been suspended which pauses all rendering, audio, timers and other Corona related operations.

This is typically raised when the end-user navigates to another app or when the power button has been pressed.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public event EventHandler<EmptyEventArgs> Suspended

Value

Type: EventHandlerEmptyEventArgs
See Also