Click or drag to resize
CoronaLuaEventArgs Class
Provides a generic collection of all property values belonging to a Corona event dispatched to/from Lua.
Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTCoronaLuaEventArgs

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class CoronaLuaEventArgs : __ICoronaLuaEventArgsPublicNonVirtuals

The CoronaLuaEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCoronaLuaEventArgs
Creates a new object providing a Corona event's properties to be dispatched to/from Lua.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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