ConnectionEventHandler Delegate

 

Represents the method that will handle changes in connections.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public delegate void ConnectionEventHandler(
	object sender,
	ConnectionEventArgs e
)

Parameters

sender
Type: System.Object

The source of the event.

e
Type: Microsoft.Web.Management.Client.ConnectionEventArgs

A ConnectionEventArgs that contains the event data.

Return to top
Show: