Delegate PrimeTestClockEventHandler
Represents the method that handles ClockEvents.
public delegate void PrimeTestClockEventHandler(object? sender, PrimeTestClockEvent clockEvent)
Parameters
senderobjectThe clock that raised the event.
clockEventPrimeTestClockEventThe discriminated clock event payload.