ConnectionErrorEventHandler Delegar

Definição

Representa o método que tratará o evento de erro de um 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)

Parâmetros

sender
Object

Um Object que representa a origem do evento.

args
ConnectionErrorEventArgs

Um ConnectionErrorEventArgs que contém os dados do evento.

Aplica-se a