Freigeben über


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
type ItemConflictingEventArgs =  
    class
        inherit EventArgs
    end
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 static (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

Andere Ressourcen

Konfliktbehandlung