Share via


ConnectionErrorEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento di errore di un oggetto ConnectionErrorEventHandler.

public delegate void ConnectionErrorEventHandler(System::Object ^ sender, ConnectionErrorEventArgs ^ args);
public delegate void ConnectionErrorEventHandler(object sender, ConnectionErrorEventArgs args);
type ConnectionErrorEventHandler = delegate of obj * ConnectionErrorEventArgs -> unit
Public Delegate Sub ConnectionErrorEventHandler(sender As Object, args As ConnectionErrorEventArgs)

Parametri

sender
Object

Oggetto Object che rappresenta l'origine dell'evento.

args
ConnectionErrorEventArgs

Oggetto ConnectionErrorEventArgs che contiene i dati dell'evento.

Si applica a