Click or drag to resize

TimerCallback Delegate

Declares of a pointer type to the callback function for the FFI_SetTimer method.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void TimerCallback(
	int idEvent
)

Parameters

idEvent  Int32
dentifier of the timer.
See Also