SkippedChangeEventArgs Class

Provides data for the SkippedChange event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Files.SkippedChangeEventArgs

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

'Declaration
Public Class SkippedChangeEventArgs _
	Inherits EventArgs
'Usage
Dim instance As SkippedChangeEventArgs

The SkippedChangeEventArgs type exposes the following members.

  NameDescription
Public propertyChangeTypeGets the type of change that would have been applied.
Public propertyCurrentFilePathGets the current path for the file. The path is relative to the root directory.
Public propertyExceptionGets an exception that is thrown during the attempt to apply the change to the file, if an exception was thrown.
Public propertyNewFilePathGets the new path the file would have if the change were applied. The path is relative to the root directory.
Public propertySkipReasonGets the reason the change could not be applied to the file.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The SkippedChange event is fired when a change is skipped during change application. The reason for the skip is indicated by SkipReason.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: