Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 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 _
    ) 
    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