ConnectionDroppedEventHandler Delegate

Definition

Represents the dropped connection event handler delegate.

public delegate void ConnectionDroppedEventHandler(System::Object ^ sender, ConnectionDroppedEventArgs ^ e);
public delegate void ConnectionDroppedEventHandler(object sender, ConnectionDroppedEventArgs e);
Public Delegate Sub ConnectionDroppedEventHandler(sender As Object, e As ConnectionDroppedEventArgs)

Parameters

sender
Object

Applies to