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)

Syntax

'Declaration
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 does not support delegates.

Parameters

  • sender
    Type: Object

    The source of the event.

Remarks

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

See Also

Reference

Microsoft.VisualBasic.PowerPacks Namespace

DataError

Other Resources

Introduction to the DataRepeater Control (Visual Studio)