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