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 不支持委托。

参数

备注

在 Visual Basic 中,您不必显式使用此委托。

请参见

参考

Microsoft.VisualBasic.PowerPacks 命名空间

DataError

其他资源

DataRepeater 控件简介 (Visual Studio)