AppliedChangeEventArgs Class
Provides data for the AppliedChange event.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
The AppliedChangeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeType | Gets the type of change that was applied. |
![]() | NewFilePath | Gets the new path for the file that was changed. The path is relative to the root directory. |
![]() | OldFilePath | Gets the previous path for the file that was changed. The path is relative to the root directory. |
The AppliedChange event is fired after the change is applied to the destination replica.
Show:
