IConfigurationSource.SourceChanged Event
Event raised when any section in this configuration source changes.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Event SourceChanged As EventHandler(Of ConfigurationSourceChangedEventArgs)
event EventHandler<ConfigurationSourceChangedEventArgs> SourceChanged
event EventHandler<ConfigurationSourceChangedEventArgs^>^ SourceChanged {
void add (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
void remove (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
}
JScript does not support events.
See Also
IConfigurationSource Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace