See Also Examples Applies To
Occurs when one file has been dropped within the viewer.
Syntax
Sub object_FileDrop (sFilePath)
The FileDrop syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFilePath | Required. String. The path of the file dropped within the viewer. |
Remarks
This event will be raised only if the ViewerDrop property has been set to True.