Event<T, B> constructor

Event<T, B>(
  1. T type,
  2. B body
)

Constructs an Event instance based on the type and the body.

Implementation

Event