ConnectionEventArgs Class

Definition

Provides data for events that are derived from the Connection class.

public ref class ConnectionEventArgs sealed : EventArgs
public sealed class ConnectionEventArgs : EventArgs
type ConnectionEventArgs = class
    inherit EventArgs
Public NotInheritable Class ConnectionEventArgs
Inherits EventArgs
Inheritance
ConnectionEventArgs

Properties

Connection

Gets the connection.

IsNewConnection

Gets a value indicating whether the connection is new.

Applies to