Event that fires whenever a file is moved or copied using the MoveFile or CopyFile methods of the FileManager object.
Name | Type | Description |
SourceFullFileName | String | The full file name of the file to copy/move. |
DestinationFullFileName | String | The full file name of the destination to copy/move to. |
Copy | Boolean | Indicates whether this is a 'copy' (True) or a 'move' (False). |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
HandlingCode | HandlingCodeEnum | This event supports a veto (HandlingCode = kEventCanceled) |