ConfigurationChangeEventSource Class

An object that can be injected into various entlib objects that supplies events that indicate when the current configuration source has changed. This provides some isolation from the actual configuration source.

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

Syntax

'Declaration
Public MustInherit Class ConfigurationChangeEventSource
public abstract class ConfigurationChangeEventSource
public ref class ConfigurationChangeEventSource abstract
public abstract class ConfigurationChangeEventSource

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ConfigurationChangeEventSource
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ConfigurationChangeEventSourceImpl

See Also

ConfigurationChangeEventSource Members

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