ItemChangingEventArgs Class
Provides data for the ItemChanging event.
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
public class ItemChangingEventArgs extends EventArgs
public class ItemChangingEventArgs extends EventArgs
Remarks
ItemChanging occurs when a change is about to be applied to the destination replica.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.ItemChangingEventArgs
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
ItemChangingEventArgs Members
Microsoft.Synchronization Namespace