poison ~0.0.6 (2016-11-24T21:26:34Z)
Dub
Repo
EventHandler.this
poison
core
eventhandler
EventHandler
Creates a new event handler.
this
(void function(TEventArgs) f)
this
(void delegate(TEventArgs) d)
class
EventHandler
(TEventArgs : EventArgs)
this
(
void
delegate
(
TEventArgs
)
d
)
Parameters
d
void
delegate
(
TEventArgs
)
The delegate.
Meta
Source
See Implementation
poison
core
eventhandler
EventHandler
constructors
this
functions
opCall
Creates a new event handler.