ElementReference.ElementDeleted Event
Occurs when the referenced element is deleted.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Event ElementDeleted As EventHandler
public event EventHandler ElementDeleted
public:
event EventHandler^ ElementDeleted {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace