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

ConfigureEFConnectionStringPage.ConnectionParametersChanged Event

Occurs when connection information on a wizard page is changed.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public event EventHandler ConnectionParametersChanged

Event Data

The ConnectionParametersChanged event's data class is EventArgs.

See Also