ConfigurationSourceDependency Class
Service class used to receive an event if the designers content is cleared, e.g. if the user opens a new configuration file.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class ConfigurationSourceDependency
public class ConfigurationSourceDependency
public ref class ConfigurationSourceDependency
public class ConfigurationSourceDependency
Remarks
In order to get an instance of this class, declare it as a constructor argument on the consuming component or use the IUnityContainer to obtain an instance from code.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services.ConfigurationSourceDependency
See Also
ConfigurationSourceDependency Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace