1 implementation of ConfigChanged
System.Configuration (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
38
public event InternalConfigEventHandler
ConfigChanged
;
1 reference to ConfigChanged
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
105
s_configRoot.
ConfigChanged
+= new InternalConfigEventHandler(configSystem.OnConfigurationChanged);