DbPeerSyncProvider.ChangesApplied Event

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

Occurs during uploading, after applying changes but before disconnecting from the database.

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

Syntax

'Declaration
Public Event ChangesApplied As EventHandler(Of PeerDataChangesAppliedEventArgs)
'Usage
Dim instance As DbPeerSyncProvider
Dim handler As EventHandler(Of PeerDataChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler
public event EventHandler<PeerDataChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<PeerDataChangesAppliedEventArgs^>^ ChangesApplied {
    void add (EventHandler<PeerDataChangesAppliedEventArgs^>^ value);
    void remove (EventHandler<PeerDataChangesAppliedEventArgs^>^ value);
}
/** @event */
public void add_ChangesApplied (EventHandler<PeerDataChangesAppliedEventArgs> value)

/** @event */
public void remove_ChangesApplied (EventHandler<PeerDataChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

DbPeerSyncProvider Class
DbPeerSyncProvider Members
Microsoft.Synchronization.Data.Peer Namespace