 | TimerCallback Delegate |
Declares of a pointer type to the callback function for the
FFI_SetTimer method.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate void TimerCallback(
int idEvent
)
Public Delegate Sub TimerCallback (
idEvent As Integer
)
public delegate void TimerCallback(
int idEvent
)
type TimerCallback =
delegate of
idEvent : int -> unit
/** @delegate */
public delegate void TimerCallback(
int idEvent
)
Parameters
- idEvent Int32
- dentifier of the timer.
See Also