poison ~master (2022-01-22T14:41:51.3317707)
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.