EventHandler

A struct of handler that handles the events.

Members

Aliases

Handler
alias Handler = ReturnType delegate(Args)

Delegate type.

Functions

call
auto call(Args args)

Calls the handler.

opAssign
void opAssign(Handler rhs)

Sets the handler delegate.

Variables

_handler
Handler _handler;
Undocumented in source.

Meta