Partager via


DataRepeaterDataErrorEventHandler, délégué

Représente la méthode qui gérera l'événement DataError.

Espace de noms :  Microsoft.VisualBasic.PowerPacks
Assembly :  Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les délégués.

Paramètres

Notes

En Visual Basic, vous ne devez pas utiliser ce délégué explicitement.

Voir aussi

Référence

Microsoft.VisualBasic.PowerPacks, espace de noms

DataError

Autres ressources

Introduction au contrôle DataRepeater (Visual Studio)