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
 
event LoggerRepositoryConfigurationResetEventHandler ConfigurationReset
Event ConfigurationReset As LoggerRepositoryConfigurationResetEventHandler
 event LoggerRepositoryConfigurationResetEventHandler^ ConfigurationReset {
	void add (LoggerRepositoryConfigurationResetEventHandler^ value);
	void remove (LoggerRepositoryConfigurationResetEventHandler^ value);
}abstract ConfigurationReset : IEvent<LoggerRepositoryConfigurationResetEventHandler,
    EventArgs>
Field Value
Type: 
            Event to notify that the repository has had its configuration reset.
            
 
            Event raised when the repository's configuration has been
            reset to default.
            
 
Reference