ConnectionDroppedEventArgs Class

Definition

The ConnectionDroppedEventArgs class defines the object that is returned by the ConnectionDropped event.The ConnectionDroppedEventArgs class is derived from the System.EventArgs class.

public ref class ConnectionDroppedEventArgs : EventArgs
public class ConnectionDroppedEventArgs : EventArgs
Public Class ConnectionDroppedEventArgs
Inherits EventArgs
Inheritance
ConnectionDroppedEventArgs

Constructors

ConnectionDroppedEventArgs(ConnectionDroppedReason)

The ConnectionDroppedEventArgs constructor creates a new instance of the ConnectionDroppedEventArgs class, with a ConnectionDroppedReason value that indicates the reason for the dropped connection.

Properties

Reason

The Reason property contains a ConnectionDroppedReason enumeration value that indicates the reason for the dropped connection.

Applies to