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

ConfigureQueryPageView.SqlStringChanged Event

Occurs when the SQL string created on a wizard page is changed.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public event EventHandler SqlStringChanged

Event Data

The SqlStringChanged event's data class is EventArgs.

Implements

See Also