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

IConfigureEFConnectionStringPageView.ConnectionParametersChanged Event

Occurs when connection information on a wizard page is changed.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

event EventHandler ConnectionParametersChanged

Event Data

The ConnectionParametersChanged event's data class is EventArgs.

See Also