Dela via


AppliedChangeEventArgs Class

Provides data for the AppliedChange event.

Inheritance Hierarchy

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

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
type AppliedChangeEventArgs =  
    class
        inherit EventArgs
    end
public class AppliedChangeEventArgs extends EventArgs

The AppliedChangeEventArgs type exposes the following members.

Properties

  Name Description
Public property ChangeType Gets the type of change that was applied.
Public property NewFilePath Gets the new path for the file that was changed. The path is relative to the root directory.
Public property OldFilePath Gets the previous path for the file that was changed. The path is relative to the root directory.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

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

Microsoft.Synchronization.Files Namespace