ConnectionEventHandler Delegate

Definition

Represents the method that will handle changes in connections.

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

Parameters

sender
Object

The source of the event.

e
ConnectionEventArgs

A ConnectionEventArgs that contains the event data.

Applies to

See also