Click or drag to resize
CoronaRuntimeLoaded Event

Raised after loading the "config.lua" file and just but before executing the "main.lua" file.

This is the application's opportunity to register custom APIs into Lua.

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

Value

Type: EventHandlerCoronaRuntimeEventArgs
See Also