ConfigurationSourceHandler.DoConfigurationSectionChanged 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 DoConfigurationSectionChanged ( _
    sectionName As String _
)
protected void DoConfigurationSectionChanged(
    string sectionName
)
protected:
void DoConfigurationSectionChanged(
    String^ sectionName
)
protected function DoConfigurationSectionChanged(
    sectionName : String
)

Parameters

  • sectionName
    Type: System.String
    The name of the section that was changed.

See Also

ConfigurationSourceHandler Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace