ComponentOne Scheduler for WPF and Silverlight
DataSourceItemSynchronizedEventHandler Delegate

C1.C1Schedule Namespace : DataSourceItemSynchronizedEventHandler Delegate
The source of the event.
The ItemSynchronizedEventArgs that contains the event data.
The delegate type for the event handlers of the DataSourceItemSynchronized event.
Syntax
'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.
See Also

Reference

DataSourceItemSynchronizedEventHandler Members
C1.C1Schedule Namespace