TCancelEventHandler Delegate
Represents the method that handles a cancelable event.
type TCancelEventHandler = procedure(Sender: TObject; E: _CancelEventArgs) of Object;
Represents the method that handles a cancelable event.
type TCancelEventHandler = procedure(Sender: TObject; E: _CancelEventArgs) of Object;