The delegate type for the event handlers of the DataSourceItemSynchronized event.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public delegate void DataSourceItemSynchronizedEventHandler(
	Object sender,
	ItemSynchronizedEventArgs e
)
Visual Basic
Public Delegate Sub DataSourceItemSynchronizedEventHandler ( _
	sender As Object, _
	e As ItemSynchronizedEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.C1Schedule..::..ItemSynchronizedEventArgs
The ItemSynchronizedEventArgs that contains the event data.

See Also