TransferComplete Event

Object: AXFFileProgress
Syntax: TransferComplete()
Description: The TransferComplete event fires upon completion of a file transfer. The TransferComplete event contains no arguments.
Example: The following will display a message box when the file transfer is complete.
sub AXFFileProgress_TransferComplete() 
    MsgBox "Transfer complete." 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.