Freigeben über


ItemChangingEventArgs-Klasse

Stellt Daten für das ItemChanging-Ereignis bereit.

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

Hinweise

ItemChanging tritt auf, wenn eine Änderung für das Zielreplikat übernommen werden soll.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.Synchronization..::..ItemChangingEventArgs

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ItemChangingEventArgs-Member

Microsoft.Synchronization-Namespace