TAsyncCompletedEventHandler Delegate
Represents the method that will handle the MethodName Completed event of an asynchronous operation.
type TAsyncCompletedEventHandler = procedure(sender: TObject; e: _AsyncCompletedEventArgs) of Object;
Represents the method that will handle the MethodName Completed event of an asynchronous operation.
type TAsyncCompletedEventHandler = procedure(sender: TObject; e: _AsyncCompletedEventArgs) of Object;