EventHandler.this

Creates a new event handler.

  1. this(void function(TEventArgs) f)
    class EventHandler(TEventArgs : EventArgs)
    this
    (
    void function(
    TEventArgs
    )
    f
    )
  2. this(void delegate(TEventArgs) d)

Parameters

f
Type: void function(
TEventArgs
)

The function pointer.

Meta