Click or drag to resize
CoronaLuaEventArgsProperties Property
Gets a read-only collection of name/value property pairs making up the Corona event.

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

Property Value

Type: ReadOnlyCoronaLuaEventProperties

Read-only collection of the Corona event's properties. For example, "name", "type", etc.

The event properties are defined here: https://docs.coronalabs.com/api/event/index.html

See Also