Event

Constructors

this
this()
Undocumented in source.

Members

Functions

add
void add(void delegate(ref ArgumentType) func)
Undocumented in source. Be warned that the author may not have intended to support it.
notify
void notify(ArgumentType arg)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(void delegate(ref ArgumentType) func)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

enabled
bool enabled;
Undocumented in source.
functions
void delegate(ref ArgumentType)[] functions;
Undocumented in source.
notifying
bool notifying;
Undocumented in source.

Meta