ApplyingChangeEventArgs Class

Provides data for the ApplyingChange event.

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

Syntax

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

Remarks

The ApplyingChange event is fired before the change is applied to the destination replica.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Files.ApplyingChangeEventArgs

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

ApplyingChangeEventArgs Members
Microsoft.Synchronization.Files Namespace