ConnectionEventHandler Delegate

Definition

Represents the method that will handle changes in connections.

C#
public delegate void ConnectionEventHandler(object sender, ConnectionEventArgs e);

Parameters

sender
Object

The source of the event.

e
ConnectionEventArgs

A ConnectionEventArgs that contains the event data.

Applies to

Toode Versioonid
IIS SDK for .NET latest

See also