Skip to main content
All docs
V25.1
  • MongoDBDataSourceBase.ConnectionError Event

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public event ConnectionErrorEventHandler ConnectionError

    Event Data

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

    See Also