Click or drag to resize
CoronaLuaEventArgs Properties

The CoronaLuaEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventName

Gets the event's unique name from its properties collection such as "system", "timer", "enterFrame", etc.

In Lua, this is the name provided via the "event.name" field in the Lua listener function.

Public propertyProperties
Gets a read-only collection of name/value property pairs making up the Corona event.
Top
See Also