In Chapter 13, we implemented GeneralView and made a good start of implementing SettingsView. This chapter is all about completing the SettingsView SourceConnection property implementation, which is the most complex part of building the Execute Catalog Package Task Complex editor (thus far, at least).
Implementing New Connection Functionality
To implement “<New Connection…>” functionality in the SourceConnection dropdown, we first need to add an event handler for changes to manage and respond changes in PropertyGrid values.