Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.Connected Event

Occurs after a connection to a database has been established.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public event EventHandler Connected

Event Data

The Connected event's data class is EventArgs.

Remarks

Generally, you do not need to handle this event, since it is intended for internal use.

Implements

See Also