TimerEventStatusChange DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Delegate type for events that get called when timer event status changes

Namespace: NFX.Time
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate void TimerEventStatusChange(
	Event sender,
	EventStatus priorStatus
)
See Also