An event type. This is a tuple of event receiver parameter types.
Optional
Readonly
supplyEvent supply to this receiver.
Events will be supplied to this receiver until this supply is Supply.off cut off.
When omitted a new supply will be created per receiver registration within event supplier.
Receives an event.
An event processing context.
Rest
...event: TEventAn event represented as the rest of arguments.
Generated using TypeDoc
Event receiver object.