Lua API
On this page

EventArgs

Inherits from

Tip

This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.

Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.

Fields:

Empty EventArgs

staticread only

Provides a value to use with events that do not have event data.

Constructors:

New() :

Initializes a new instance of the EventArgs class.

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string