Scheduler for WinForms
DataSourceItemSynchronizedEventHandler デリゲート

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : DataSourceItemSynchronizedEventHandler デリゲート
The source of the event.
The ItemSynchronizedEventArgs that contains the event data.
The delegate type for the event handlers of the DataSourceItemSynchronized event.
シンタックス
'宣言
 
Public Delegate Sub DataSourceItemSynchronizedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ItemSynchronizedEventArgs _
) 
public delegate void DataSourceItemSynchronizedEventHandler( 
   System.object sender,
   ItemSynchronizedEventArgs e
)

パラメータ

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

DataSourceItemSynchronizedEventHandler メンバ
C1.Schedule 名前空間