OnTransferComplete Event

Object: AXFileDownload
Syntax: OnTransferComplete()
Description: The OnTransferComplete event fires upon download completion. The OnTransferComplete event contains no arguments.
Example: The following will display a message box when the download is complete.
sub AXFFileDownload_OnTransferComplete() 
    MsgBox "Download complete." 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.