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)
class
EventHandler
(TEventArgs : EventArgs)
this
(
void
function
(
TEventArgs
)
f
)
this
(void delegate(TEventArgs) d)
Parameters
f
void
function
(
TEventArgs
)
The function pointer.
Meta
Source
See Implementation
poison
core
eventhandler
EventHandler
constructors
this
functions
opCall
Creates a new event handler.