EndTransfer Event
Fired when a file transfer completes.
Syntax
type TEndTransferEvent = procedure EndTransfer(Sender: TObject; Direction: Integer; const FileId: String; const Filename: String; Success: Boolean) of object;property OnEndTransfer: TEndTransferEvent read FOnEndTransfer write FOnEndTransfer;
Remarks
When a file transfer completes this event will fire.
The Direction parameter shows whether the client (0) or the server (1) is sending the data.