Share via


ConfigurationChangeEventSource.SourceChanged Event

Event raised when the underlying configuration source has changed any section.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel
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:
 event EventHandler<ConfigurationSourceChangedEventArgs^>^ SourceChanged {
    void add (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
    void remove (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
}
JScript does not support events.

See Also

ConfigurationChangeEventSource Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel Namespace