Skip to main content
All docs
V24.1

MongoDBDataSourceBase.ConnectionError Event

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v24.1.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