Event is the abstract from of an event. We use structs because these will be sent by value over the message box. Other event types should "derive" from this by using it as their first member and using alias this.
See Implementation
Event is the abstract from of an event. We use structs because these will be sent by value over the message box. Other event types should "derive" from this by using it as their first member and using alias this.