_dispProjectsEvents_Event.ItemRemoved (Evento)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
Event ItemRemoved As _dispProjectsEvents_ItemRemovedEventHandler
event _dispProjectsEvents_ItemRemovedEventHandler ItemRemoved
event _dispProjectsEvents_ItemRemovedEventHandler^ ItemRemoved {
void add (_dispProjectsEvents_ItemRemovedEventHandler^ value);
void remove (_dispProjectsEvents_ItemRemovedEventHandler^ value);
}
abstract ItemRemoved : IEvent<_dispProjectsEvents_ItemRemovedEventHandler,
EventArgs>
JScript no admite eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.