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

ConfigureEFConnectionStringPageView.ConnectionParametersChanged Event

Occurs when connection information on a wizard page is changed.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public event EventHandler ConnectionParametersChanged

Event Data

The ConnectionParametersChanged event's data class is EventArgs.

See Also