Database::ConnectionOpened Event

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

Namespace:  WebMatrix.Data
Assembly:  WebMatrix.Data (in WebMatrix.Data.dll)

public:
static  event EventHandler<ConnectionEventArgs^>^ ConnectionOpened {
	void add (EventHandler<ConnectionEventArgs^>^ value);
	void remove (EventHandler<ConnectionEventArgs^>^ value);
}

  • Medium trust for the immediate caller. This member can be used by partially trusted code.
Show: