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