1 implementation of ConfigRemoved
System.Configuration (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
39
public event InternalConfigEventHandler
ConfigRemoved
;
1 reference to ConfigRemoved
System.Configuration (1)
System\Configuration\ClientConfigurationSystem.cs (1)
43
_configRoot.
ConfigRemoved
+= OnConfigRemoved;