Share via


ConnectionErrorEventHandler Délégué

Définition

Représente la méthode qui gère l'événement d'erreur d'un 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)

Paramètres

sender
Object

Object qui représente la source de l'événement.

args
ConnectionErrorEventArgs

ConnectionErrorEventArgs qui contient les données d’événement.

S’applique à