CopyingFileEventArgs::PercentCopied Property

Gets the progress of the copy operation. The value is returned as a percentage.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property int PercentCopied {
	int get ();
}

Property Value

Type: System::Int32
The progress of the copy operation. The value is returned as a percentage.
Show: