An event type like TNotifyEvent that also has a generic item parameter.
type TNotifyEvent<T> = procedure(Sender: TObject; const item: T) of object;