バージョン

DataSourceBatchStartedEventHandler デリゲート

BatchStarted イベントのデリゲート。
シンタックス
'宣言
 
Public Delegate Sub DataSourceBatchStartedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataSourceBatchStartedEventArgs _
) 
public delegate void DataSourceBatchStartedEventHandler( 
   object sender,
   DataSourceBatchStartedEventArgs e
)

パラメータ

sender
イベントの送信者。
e
イベント引数。
参照