OnDrop Event

Object: AXFFile
Syntax: OnDrop()
Description: The OnDrop event fires when a file is dragged and dropped into the ActiveX control. The OnDrop event contains no arguments.
Example:
sub AXFFile_OnDrop() 
    MsgBox "File Dropped." 
end sub

Copyright © 2010 SoftArtisans, Inc. All rights reserved.