Skip to main content
All docs
V23.2

MongoDBDataSourceBase.ConnectionError Event

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public event ConnectionErrorEventHandler ConnectionError

Event Data

The ConnectionError event's data class is DevExpress.DataAccess.MongoDB.ConnectionErrorEventArgs.

See Also