Skip to main content
A newer version of this page is available. .

ConfigureDataConnectionEventHandler Delegate

References a method that will handle the ConfigureDataConnection events.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public delegate void ConfigureDataConnectionEventHandler(
    object sender,
    ConfigureDataConnectionEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ConfigureDataConnectionEventArgs

A ConfigureDataConnectionEventArgs object that contains event data.

See Also