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
型別:System.Object
事件的來源。
- e
型別:Microsoft.VisualBasic.PowerPacks.DataRepeaterDataErrorEventArgs
包含事件資料的物件。
備註
Visual Basic,您不需要明確地使用這個委派。
請參閱
參考
Microsoft.VisualBasic.PowerPacks 命名空間