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