Notifies your application that the current file transfer has transferred data.
OnTransferProgressChanged(
file_size As Long ,
bytes_received As Long ,
resumed_at_size As Long
)
Member of UltraLiteAFLib.ULFileTransferEvent
file_size File size in bytes.
bytes_received Bytes transferred.
resumed_at_size Byte count where resumed transfer occurred.
Return true if transfer continues.