PeerDataChangesAppliedEventArgs Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides data for the ChangesApplied event.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Synchronization.Data.Peer.PeerDataChangesAppliedEventArgs

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

PeerDataChangesAppliedEventArgs Members
Microsoft.Synchronization.Data.Peer Namespace