Click or drag to resize
CoronaLuaEventArgs Constructor
Creates a new object providing a Corona event's properties to be dispatched to/from Lua.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public CoronaLuaEventArgs(
	CoronaLuaEventProperties properties
)

Parameters

properties
Type: CoronaLabs.Corona.WinRTCoronaLuaEventProperties

Collection of name/value property pairs that make up the Corona event table in Lua.

This collection must contain a "name" property having a unique Corona event name or else an InvalidArgumentException will be thrown.

The given argument cannot be null or else a NullReferenceException will be thrown.

See Also