IConfigurationSettings.SettingChanged Event

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Event SettingChanged As ConfigurationSettingsChangedEventHandler
'Usage
Dim instance As IConfigurationSettings
Dim handler As ConfigurationSettingsChangedEventHandler

AddHandler instance.SettingChanged, handler
event ConfigurationSettingsChangedEventHandler SettingChanged
 event ConfigurationSettingsChangedEventHandler^ SettingChanged {
    void add (ConfigurationSettingsChangedEventHandler^ value);
    void remove (ConfigurationSettingsChangedEventHandler^ value);
}
abstract SettingChanged : IEvent<ConfigurationSettingsChangedEventHandler,
    ConfigurationSettingsChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.