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