Event

Managing event handlers.

template Event (
T1
T2
) {}

Members

Structs

Event
struct Event

Managing event handlers.

Parameters

T1

the sender type.

T2

the event arguments type.

Meta