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