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 | |
---|---|---|
ChangeType | Gets the type of change to be applied. | |
CurrentFileData | Gets the current file data for the file to be changed. | |
NewFileData | Gets the new file data for the file to be changed. | |
SkipChange | Gets or sets a value that indicates whether this change should be skipped. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.