This topic has not yet been rated - Rate this topic

DataRepeaterDataErrorEventHandler Delegate

Represents the method that will handle the DataError event.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
public delegate void DataRepeaterDataErrorEventHandler(
	Object sender,
	DataRepeaterDataErrorEventArgs e
)

Parameters

sender
Type: Object

The source of the event.

e
Type: Microsoft.VisualBasic.PowerPacks.DataRepeaterDataErrorEventArgs

An object that contains the event data.

In Visual Basic, you do not have to work with this delegate explicitly.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.