poison ~0.0.6 (2016-11-24T21:26:34Z)
Dub
Repo
EventObserver.fireEventGlobal
poison
core
eventobserver
EventObserver
Fires a global event.
class
EventObserver
static
void
fireEventGlobal
(
TEventArgs
:
EventArgs
)
(
string
eventName
,
TEventArgs
eventArgs
)
Parameters
eventName
string
The name of the event to fire.
eventArgs
TEventArgs
The event args to pass.
Meta
Source
See Implementation
poison
core
eventobserver
EventObserver
functions
fireEvent
subscribe
unsubscribe
static functions
fireEventGlobal
subscribeGlobal
unsubscribeGlobal
Fires a global event.