ItemConflictingEventArgs Class

Provides data for the ItemConflicting event.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Class ItemConflictingEventArgs
    Inherits EventArgs
'Usage
Dim instance As ItemConflictingEventArgs
public class ItemConflictingEventArgs : EventArgs
public ref class ItemConflictingEventArgs : public EventArgs
public class ItemConflictingEventArgs extends EventArgs
public class ItemConflictingEventArgs extends EventArgs

Remarks

ItemConflicting occurs when a conflict is detected and the conflict resolution policy for the session is set to ApplicationDefined.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.ItemConflictingEventArgs

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

ItemConflictingEventArgs Members
Microsoft.Synchronization Namespace

Other Resources

Handling Conflicts