CopyingFileEventArgs Class
Provides data for the CopyingFile event.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public Class CopyingFileEventArgs
Inherits EventArgs
'Usage
Dim instance As CopyingFileEventArgs
public class CopyingFileEventArgs : EventArgs
public ref class CopyingFileEventArgs : public EventArgs
public class CopyingFileEventArgs extends EventArgs
public class CopyingFileEventArgs extends EventArgs
Remarks
To communicate progress while copying a file, the CopyingFile event occurs periodically while a change is being applied to the destination replica.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Files.CopyingFileEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
CopyingFileEventArgs Members
Microsoft.Synchronization.Files Namespace