poison ~master (2016-12-10T22:03:17Z)
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
Type:
void
function
(
TEventArgs
)
The function pointer.
Meta
Source
See Implementation
poison
core
eventhandler
EventHandler
constructors
this
functions
opCall
Creates a new event handler.