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