EventFn

Undocumented in source.

Members

Functions

opAssign
auto opAssign(EventCallback_2 value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(EventCallback_3 value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(EventCallback_1 value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(EventCallback_4 value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(bool isErrMode)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(string[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_fn1
EventCallback_1 _fn1;
Undocumented in source.
_fn2
EventCallback_2 _fn2;
Undocumented in source.
_fn3
EventCallback_3 _fn3;
Undocumented in source.
_fn4
EventCallback_4 _fn4;
Undocumented in source.

Meta