DataRepeaterDataErrorEventHandler デリゲート
更新 : 2007 年 11 月
DataError イベントを処理するメソッドを表します。
名前空間 : Microsoft.VisualBasic.PowerPacks
アセンブリ : Microsoft.VisualBasic.PowerPacks.Vs (Microsoft.VisualBasic.PowerPacks.Vs.dll 内)
構文
'宣言
Public Delegate Sub DataRepeaterDataErrorEventHandler ( _
sender As Object, _
e As DataRepeaterDataErrorEventArgs _
)
'使用
Dim instance As New DataRepeaterDataErrorEventHandler(AddressOf HandlerMethod)
public delegate void DataRepeaterDataErrorEventHandler(
Object sender,
DataRepeaterDataErrorEventArgs e
)
public delegate void DataRepeaterDataErrorEventHandler(
Object^ sender,
DataRepeaterDataErrorEventArgs^ e
)
JScript では、デリゲートは使用できません。
パラメータ
sender
型 : System.Objectイベントのソース。
e
型 : Microsoft.VisualBasic.PowerPacks.DataRepeaterDataErrorEventArgsイベント データを格納しているオブジェクト。
解説
Visual Basic では、このデリゲートを明示的に処理する必要はありません。
参照
参照
Microsoft.VisualBasic.PowerPacks 名前空間