ComponentModelElement.Disposed Event
Occurs when the IComponent is disposed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Event Disposed As EventHandler
public event EventHandler Disposed
public:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace