AppliedChangeEventArgs Class

Provides data for the AppliedChange event.

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

Syntax

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

Remarks

The AppliedChange event is fired after the change is applied to the destination replica.

Inheritance Hierarchy

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

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

AppliedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace