ItemConflictingEventArgs-Klasse
Stellt Daten für das ItemConflicting-Ereignis bereit.
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
Hinweise
ItemConflicting tritt auf, wenn ein Konflikt erkannt wird und die Richtlinie zur Konfliktauflösung für die Sitzung auf ApplicationDefined festgelegt ist.
Vererbungshierarchie
System.Object
System.EventArgs
Microsoft.Synchronization.ItemConflictingEventArgs
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
ItemConflictingEventArgs-Member
Microsoft.Synchronization-Namespace