Back to product page

TransferEnd event


Fires when file transfer ends.

Syntax

  • Basic
Private Sub object_TransferEnd (ByVal ErrorText)
The TransferEnd(ErrorText) syntax has these parts:
ErrorTextA String value. Text description of the error, if any.

Remarks

This event fires after transfer completes - successfully or not. If there were errors in the transfer, ErrorText argument will provide text description of the error.

Platforms

Windows