Click or drag to resize
CoronaRuntimeTerminating Event

Raised just before the Corona runtime environment is about to be terminated.

This typically happens when the end-user backs out of the app, the Corona XAML control has been unloaded from the page, or when the runtime's Terminate() method has been called.

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

Value

Type: EventHandlerCoronaRuntimeEventArgs
See Also