Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event raised when any section in this configuration source has changed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Event SourceChanged As EventHandler(Of ConfigurationSourceChangedEventArgs)
public event EventHandler<ConfigurationSourceChangedEventArgs> SourceChanged
public:
virtual event EventHandler<ConfigurationSourceChangedEventArgs^>^ SourceChanged {
void add (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
void remove (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
}
JScript does not support events.
Implements
IConfigurationSource.SourceChanged
See Also
FileBasedConfigurationSource Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace