Share via


IConfigurationSettings.SettingChanged Event

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

Occurs when the setting changes.

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.

See Also

Reference

IConfigurationSettings Interface

Microsoft.DataWarehouse.Interfaces Namespace