IChooseObjectConstructorPageView Members
If implemented, provides a view for the Select a Data Source Constructor page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| Result | If implemented, specifies the item selected in the list of available data source constructors. |
| ShowAll | If implemented, specifies the state of the Show only highlighted constructors check box. |
Methods
| Name | Description |
|---|---|
| Initialize(IEnumerable<ConstructorViewInfo>, Boolean) | If implemented, initializes a wizard page with the list of available constructors. |
Events
| Name | Description |
|---|---|
| Changed | Occurs when the selected item in the list of available constructors is changed. |
See Also