C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / DataSourceItemSynchronizedEventHandler Delegate
The source of the event.
The ItemSynchronizedEventArgs that contains the event data.

In This Topic
DataSourceItemSynchronizedEventHandler Delegate
In This Topic
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 _
) 
 

Parameters

sender
The source of the event.
e
The ItemSynchronizedEventArgs that contains the event data.
See Also