fireEvent

Fires an event for a module.

void
fireEvent
(
T
)
(
string moduleName
,
string event
,)

Parameters

moduleName string

The name of the module.

event string

The event to fire.

args T

The arguments to pass to the event handler.

Meta