Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 | |
|---|---|---|
![]() |
ChangeType | Gets the type of change that was applied. |
![]() |
NewFilePath | Gets the new path for the file that was changed. The path is relative to the root directory. |
![]() |
OldFilePath | Gets the previous path for the file that was changed. The path is relative to the root directory. |
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 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.
.gif)
.gif)
.gif)