Share via


ConfigurationSourceChangedEventArgs.Container Property

The container that has been configured with the new configuration.

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

Syntax

'Declaration
Public ReadOnly Property Container As IServiceLocator
public IServiceLocator Container { get; }
public:
property IServiceLocator^ Container {
    IServiceLocator^ get ();
}
public function get Container () : IServiceLocator

Remarks

If this event is received directly from a IConfigurationSource this property will be null. Otherwise it will reference a valid container that has been configured with the contents of the updated configuration source.

See Also

ConfigurationSourceChangedEventArgs Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace