'Declaration Public Delegate Sub DataSourceItemSynchronizedEventHandler( _ ByVal sender As System.Object, _ ByVal e As ItemSynchronizedEventArgs _ )
public delegate void DataSourceItemSynchronizedEventHandler( System.object sender, ItemSynchronizedEventArgs e )
Parameters
- sender
 - The source of the event.
 - e
 - The ItemSynchronizedEventArgs that contains the event data.