Event to notify that the repository has had its configuration changed.
            
 
Namespace: log4net.RepositoryAssembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
 
public event LoggerRepositoryConfigurationChangedEventHandler ConfigurationChanged
Public Event ConfigurationChanged As LoggerRepositoryConfigurationChangedEventHandler
public:
virtual  event LoggerRepositoryConfigurationChangedEventHandler^ ConfigurationChanged {
	void add (LoggerRepositoryConfigurationChangedEventHandler^ value);
	void remove (LoggerRepositoryConfigurationChangedEventHandler^ value);
}abstract ConfigurationChanged : IEvent<LoggerRepositoryConfigurationChangedEventHandler,
    EventArgs>
override ConfigurationChanged : IEvent<LoggerRepositoryConfigurationChangedEventHandler,
    EventArgs>Field Value
Type: 
            Event to notify that the repository has had its configuration changed.
            
Implements
ILoggerRepositoryConfigurationChanged 
            Event raised when the repository's configuration has been changed.
            
 
Reference