Back to Devexpress

ConfigureDataConnectionEventArgs Class

corelibraries-devexpress-dot-dataaccess-dot-sql-71afb8f0.md

latest2.6 KB
Original Source

ConfigureDataConnectionEventArgs Class

Provides data for the ConfigureDataConnection events.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class ConfigureDataConnectionEventArgs :
    EventArgs
vb
Public Class ConfigureDataConnectionEventArgs
    Inherits EventArgs

ConfigureDataConnectionEventArgs is the data class for the following events:

Remarks

The ConfigureDataConnectionEventArgs class provides data for the following events:

Inheritance

Object EventArgs ConfigureDataConnectionEventArgs ConnectionErrorEventArgs

ConnectionErrorWebEventArgs

DashboardConfigureDataConnectionEventArgs

DashboardConnectionErrorEventArgs

ConfigureDataConnectionWebEventArgs

ConnectionErrorWpfEventArgs

DashboardExporterConnectionErrorEventArgs

See Also

ConfigureDataConnectionEventArgs Members

DevExpress.DataAccess.Sql Namespace