Namespace:  EPiServer.Common.Data
Assembly:  EPiServer.Common.Data (in EPiServer.Common.Data.dll) Version: 2.3.517.275

Syntax

C#
public void RemoveSectionChangeHandler(
	string sectionName,
	ConfigurationChangedEventHandler handler
)

Parameters

sectionName
Type: System..::.String
handler
Type: ConfigurationChangedEventHandler

Implements

IConfigurationSourceRemoveSectionChangeHandler(String, ConfigurationChangedEventHandler)

See Also