Database.ConnectionOpened Event

Definition

Occurs when a new database connection is opened by a Database instance.

public static event EventHandler<WebMatrix.Data.ConnectionEventArgs> ConnectionOpened;
member this.ConnectionOpened : EventHandler<WebMatrix.Data.ConnectionEventArgs> 
Public Shared Custom Event ConnectionOpened As EventHandler(Of ConnectionEventArgs) 

Event Type

Applies to