DacServices.SqlConnectionCreated Event

Definition

Invoked after each SqlConnection instance is created.

public event EventHandler<Microsoft.Data.SqlClient.SqlConnection> SqlConnectionCreated;
member this.SqlConnectionCreated : EventHandler<Microsoft.Data.SqlClient.SqlConnection> 
Public Event SqlConnectionCreated As EventHandler(Of SqlConnection) 

Event Type

Applies to