CopyingFileEventArgs Class
Provides data for the CopyingFile event.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
The CopyingFileEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FilePath | Gets the path of the file that is being copied. The path is relative to the root directory. |
![]() | PercentCopied | Gets the progress of the copy operation. The value is returned as a percentage. |
To communicate progress while copying a file, the CopyingFile event occurs periodically while a change is being applied to the destination replica.
Show:
