Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Provides data for the ItemChanging event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.ItemChangingEventArgs
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class ItemChangingEventArgs _
Inherits EventArgs
'Usage
Dim instance As ItemChangingEventArgs
public class ItemChangingEventArgs : EventArgs
public ref class ItemChangingEventArgs : public EventArgs
type ItemChangingEventArgs =
class
inherit EventArgs
end
public class ItemChangingEventArgs extends EventArgs
The ItemChangingEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ItemChangingEventArgs | Initializes a new instance of the ItemChangingEventArgs class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Item | Gets the metadata for the item change. |
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
ItemChanging occurs when a change is about to be 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)