BuildManagerEventsClass.DesignTimeOutputDeleted Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Raised when a project item that generates a portable executable is deleted from the project.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
Public Overridable Event DesignTimeOutputDeleted As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler DesignTimeOutputDeleted
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ DesignTimeOutputDeleted {
void add (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
void remove (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
}
abstract DesignTimeOutputDeleted : IEvent<_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler,
EventArgs>
override DesignTimeOutputDeleted : IEvent<_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispBuildManagerEvents_Event.DesignTimeOutputDeleted
Remarks
Raised when a project item that generates a portable executable is deleted from the project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.