SkippedFileDetectEventArgs Class
Provides data for the SkippedFileDetect event.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public Class SkippedFileDetectEventArgs
Inherits EventArgs
'Usage
Dim instance As SkippedFileDetectEventArgs
public class SkippedFileDetectEventArgs : EventArgs
public ref class SkippedFileDetectEventArgs : public EventArgs
public class SkippedFileDetectEventArgs extends EventArgs
public class SkippedFileDetectEventArgs extends EventArgs
Remarks
The SkippedFileDetect event is fired when a change is skipped during change detection. The reason for the skip is indicated by SkipReason.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Files.SkippedFileDetectEventArgs
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
SkippedFileDetectEventArgs Members
Microsoft.Synchronization.Files Namespace