See Also Examples Applies To
Occurs when many files have been dropped within the viewer.
Syntax
Sub object_FilesDrop (*sFilesPath(), nFilesCount)
The FilesDrop syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *sFilesPath() | Required. Output String Array. [0 to nFilesCount - 1]. The paths of the files dropped within the viewer. |
| nFilesCount | Required. Long. Number of files dropped within the control. |
Remarks
This event will be raised only if the ViewerDrop property has been set to True.