poison v0.2.1 (2016-12-09T21:57:53Z)
Home
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.