EventHandler

An event handler.

Constructors

this
this(void function(TEventArgs) f)

Creates a new event handler.

this
this(void delegate(TEventArgs) d)

Creates a new event handler.

Members

Functions

opCall
void opCall(TEventArgs e)

Operator overload for calling the event handler implicit.

Meta