次の方法で共有


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

    イベントのソース。

解説

Visual Basic で、このデリゲートで明示的に使用する必要はありません。

参照

関連項目

Microsoft.VisualBasic.PowerPacks 名前空間

DataError

その他の技術情報

DataRepeater コントロールの概要 (Visual Studio)