IMultiQueryConfigurePageView Events
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.| Name | Description |
|---|---|
| AddQuery | Occurs on running the Query Builder for adding a new custom query. |
| ConfigureQuery | Occurs on running the Query Builder for configuring an existing query. |
| DeleteQuery | Occurs on deleting a custom query. |
| EditRelations | Occurs on running the Master-Detail Relation Editor for creating or editing data relationships. |
| ExpandNode | Occurs on expanding a tree list node. |
| ItemUpdated | Occurs on changing the selection of any of the tree list items. |
| ListStateUpdated | Occurs on changing the tree list layout requiring the tree list to re-render. |
See Also