Skip to main content

IConfigureQueryPageView Events

If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Name Description
QueryTypeChanged Occurs when the query type selected on a wizard page is changed.
RunQueryBuilder Occurs when the Run Query Builder button is clicked on a wizard page.
SqlStringChanged Occurs when the SQL string created on a wizard page is changed.
StoredProcedureChanged Occurs when the selected item in the list of available stored procedures is changed.
See Also