Generic callback type for handling eventstate in TThreadManager.
Source position: threadh.inc line 58
type TBasicEventHandler = procedure(
state: PEventState
);