Share via


ManageableConfigurationSource.SourceChanged Event

Event raised when any section in this configuration source has changed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability
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

ManageableConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace