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;