Click or drag to resize
CoronaLuaEventArgsEventName Property

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.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public string EventName { get; }

Property Value

Type: String
The event's unique name such as "system", "timer", "enterFrame", etc.
See Also