Represents type TEventHandler<T>.
TEventHandler<T>
type TEventHandler<T: IEventArgs> = reference to procedure(Sender: TObject; const EventArgs: T);