Scheduler for WinRT
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 Object, _
   ByVal e As ItemSynchronizedEventArgs _
) 
'Usage
 
Dim instance As New DataSourceItemSynchronizedEventHandler(AddressOf HandlerMethod)
public delegate void DataSourceItemSynchronizedEventHandler( 
   object sender,
   ItemSynchronizedEventArgs e
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSourceItemSynchronizedEventHandler Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.