EventHandler

Undocumented in source.

Members

Aliases

HandlerDelegate
alias HandlerDelegate = void delegate(Object sender, T args)
Undocumented in source.

Functions

opCall
void opCall(Object sender, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
EventHandler!(T) opOpAssign(HandlerDelegate handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Signal!(Object, T)
Undocumented in source.

Meta