Back to product page

FileTransferProgress event


Fires during file transfer.

Syntax

  • Basic
Private Sub object_FileTransferProgress (ByRef Contact, ByRef File, ByVal Position)
The FileTransferProgress(Contact,File,Position) syntax has these parts:
ContactXMPPContact object
FileXMPPFile object
PositionLong.

Remarks

This event will be triggered more than once during file transfer, and file is being transferred to/from remote side. You can use it to show progress bar. There is no Size argument since Size is available from File object itself.

Platforms

Windows