Scheduler for UWP | ComponentOne
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 Object, _
       ByVal e As ItemSynchronizedEventArgs _
    ) 
    public delegate void DataSourceItemSynchronizedEventHandler( 
       object sender,
       ItemSynchronizedEventArgs e
    )

    Parameters

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