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