ConnectionErrorEventHandler Delegate

Definition

Represents the method that will handle the error event of a 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)

Parameters

sender
Object

A Object representing the source of the event.

args
ConnectionErrorEventArgs

A ConnectionErrorEventArgs that contains the event data.

Applies to