ApplyingChangeEventArgs Class

Provides data for the ApplyingChange event.

Inheritance Hierarchy

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

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

The ApplyingChangeEventArgs type exposes the following members.

Properties

  Name Description
Public property ChangeType Gets the type of change to be applied.
Public property CurrentFileData Gets the current file data for the file to be changed.
Public property NewFileData Gets the new file data for the file to be changed.
Public property SkipChange Gets or sets a value that indicates whether this change should be skipped.

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 ApplyingChange event is fired before 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