ConfigurationSourceDependency.Cleared Event
Occurs when 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 Event Cleared As EventHandler
public event EventHandler Cleared
public:
event EventHandler^ Cleared {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
See Also
ConfigurationSourceDependency Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace