ConfigurationSourceHandler.DoConfigurationSourceChanged Method

Raises the ConfigurationSectionChanged event.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Protected Sub DoConfigurationSourceChanged ( _
    affectedSections As IEnumerable(Of String) _
)
protected void DoConfigurationSourceChanged(
    IEnumerable<string> affectedSections
)
protected:
void DoConfigurationSourceChanged(
    IEnumerable<String^>^ affectedSections
)
protected function DoConfigurationSourceChanged(
    affectedSections : IEnumerable<String>
)

Parameters

See Also

ConfigurationSourceHandler Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace