バージョン

DataSourceErrorHandler デリゲート

DataSourceError イベントを処理するメソッドのシグネチャを定義します。
シンタックス
'宣言
 
Public Delegate Sub DataSourceErrorHandler( _
   ByVal sender As Object, _
   ByVal e As DataSourceErrorEventArgs _
) 
public delegate void DataSourceErrorHandler( 
   object sender,
   DataSourceErrorEventArgs e
)

パラメータ

sender
e
参照