ApplyingChangeEventArgs Class

Provides data for the ApplyingChange event.

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

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

'Declaration
Public Class ApplyingChangeEventArgs _
	Inherits EventArgs
'Usage
Dim instance As ApplyingChangeEventArgs

The ApplyingChangeEventArgs type exposes the following members.

  NameDescription
Public propertyChangeTypeGets the type of change to be applied.
Public propertyCurrentFileDataGets the current file data for the file to be changed.
Public propertyNewFileDataGets the new file data for the file to be changed.
Public propertySkipChangeGets or sets a value that indicates whether this change should be skipped.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: