Database.ConnectionOpened Evento

Definição

Ocorre quando uma nova conexão de banco de dados é aberta por uma Database instância do.

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

Tipo de evento

EventHandler<ConnectionEventArgs>

Aplica-se a