ItemChangingEventArgs Class

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
Public method ItemChangingEventArgs Initializes a new instance of the ItemChangingEventArgs class.

Top

Properties

  Name Description
Public property Item Gets the metadata for the item change.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Synchronization Namespace