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