ApplyingChangeEventArgs Class
Provides data for the ApplyingChange event.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
The ApplyingChangeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeType | Gets the type of change to be applied. |
![]() | CurrentFileData | Gets the current file data for the file to be changed. |
![]() | NewFileData | Gets the new file data for the file to be changed. |
![]() | SkipChange | Gets or sets a value that indicates whether this change should be skipped. |
The ApplyingChange event is fired before the change is applied to the destination replica.
Show:
