AppliedChangeEventArgs Class

Provides data for the AppliedChange event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Files.AppliedChangeEventArgs

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

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

The AppliedChangeEventArgs type exposes the following members.

  NameDescription
Public propertyChangeTypeGets the type of change that was applied.
Public propertyNewFilePathGets the new path for the file that was changed. The path is relative to the root directory.
Public propertyOldFilePathGets the previous path for the file that was changed. The path is relative to the root directory.
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 AppliedChange event is fired after the change is applied to the destination replica.

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: