TimerEventDefinitionChange DelegateNFX Class Library

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

Delegate type for events that get called when one of timer event definition parameters changes

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

public delegate void TimerEventDefinitionChange(
	Event sender,
	string parameterName
)
See Also