DotMSN

NSMessageHandler.SynchronizationCompleted Event

Occurs when a call to SynchronizeList() has been made and the synchronization process is completed. This means all contact-updates are received from the server and processed.

[Visual Basic]
Public Event SynchronizationCompleted As EventHandler
[C#]
public event EventHandler SynchronizationCompleted;

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace