Compartir a través de


ConnectionErrorEventHandler Delegado

Definición

Representa el método que controlará el evento de error de .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

Object representa el origen del evento.

args
ConnectionErrorEventArgs

Objeto ConnectionErrorEventArgs que contiene los datos del evento.

Se aplica a