Condividi tramite


Delegato DataRepeaterDataErrorEventHandler

Rappresenta il metodo in base al quale verrà gestito l'evento DataError.

Spazio dei nomi:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintassi

'Dichiarazione
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 non supporta i delegati.

Parametri

  • sender
    Tipo: Object

    Origine dell’evento.

Note

In Visual Basic, non è necessario utilizzare questo delegato in modo esplicito.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualBasic.PowerPacks

DataError

Altre risorse

Introduzione al controllo DataRepeater (Visual Studio)