Share via


SkippedChangeEventArgs Class

Provides data for the SkippedChange event.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public Class SkippedChangeEventArgs
    Inherits EventArgs
'Usage
Dim instance As SkippedChangeEventArgs
public class SkippedChangeEventArgs : EventArgs
public ref class SkippedChangeEventArgs : public EventArgs
public class SkippedChangeEventArgs extends EventArgs
public class SkippedChangeEventArgs extends EventArgs

Remarks

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

Inheritance Hierarchy

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

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

SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace