ISelectColumnsPageView Events
This page is no longer used in the current Report Wizard implementation. Use the IMultiQuerySelectFieldsPageView interface instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).| Name | Description |
|---|---|
| ActiveColumnsChanged | Occurs when the collection of the currently selected columns is changed. |
| AddAllColumnsClicked | Occurs when the Add All Columns button is clicked on a wizard page. |
| AddColumnsClicked | Occurs when the Add Columns button is clicked on a wizard page. |
| RemoveAllColumnsClicked | Occurs when the Remove All Columns button is clicked on a wizard page. |
| RemoveColumnsClicked | Occurs when the Remove Columns button is clicked on a wizard page. |
See Also