ConnectionEventArgs Class

Definition

Provides data for the ConnectionOpened event of the Database class.

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

Constructors

ConnectionEventArgs(DbConnection)

Initializes a new instance of the ConnectionEventArgs class.

Properties

Connection

Gets the connection that is associated with the event.

Applies to