TransferCancelled Event

Object: AXFFileProgress
Syntax: TransferCancelled()
Description: The TransferCancelled event fires when the user cancels a transfer by clicking the progress indicator's "Cancel" button. The TransferCancelled event contains no arguments.
Example: The following will display a message box if the user cancels a transfer.
sub AXFFileProgress_TransferCancelled() 
    MsgBox "Transfer cancelled" 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.