Event.this

Creates a new event.

  1. this()
  2. this(string eventType)
    class Event
    protected
    this
    (
    string eventType
    )

Parameters

eventType string

The type of the event.

Meta