Search Framework:
ICustomSettingsHost
Namespace: WealthLab.Data
Parent:

The ICustomSettingsHost interface lets a CustomSettingsPanel created by a Historical Data Provider communicate changes back to the WL8 Data Manager.

Members
ConfigChanged
void ConfigChanged(string config)

Call this method whenever the user makes a change in the CustomSettingsPanel user interface. You can call your CustomSettingsPanel GetConfigFromUI to compose the configuration string, and pass it in the config parameter.