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