Function Event.this

Optional constructor setting the initial state.

ref this (
  bool initialState
) nothrow @nogc @safe;

Parameters

NameDescription
initialState true means the Event is initially set. false (default) means it is initially unset.