ConfigurationSourceHandler.ConfigurationSourceChanged Event

Indicate a subordinate IConfigurationSource's was changed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Event ConfigurationSourceChanged As EventHandler(Of ConfigurationSourceChangedEventArgs)
public event EventHandler<ConfigurationSourceChangedEventArgs> ConfigurationSourceChanged
public:
 event EventHandler<ConfigurationSourceChangedEventArgs^>^ ConfigurationSourceChanged {
    void add (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
    void remove (EventHandler<ConfigurationSourceChangedEventArgs^>^ value);
}
JScript does not support events.

See Also

ConfigurationSourceHandler Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace