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: 5.1.3
Syntax
public delegate void TimerCallback(
	int idEvent
)

Parameters

idEvent  Int32
Identifier of the timer.
See Also