Delegate PrimeTestClockEventHandler
- Namespace
- KZDev.SystemClock.PrimeTime.Testing
- Assembly
- KZDev.SystemClock.PrimeTime.Testing.dll
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.