_dispVCProjectEngineEvents_Event.ItemAdded Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs immediately after you add a project to a solution or an item to a project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Event ItemAdded As _dispVCProjectEngineEvents_ItemAddedEventHandler
event _dispVCProjectEngineEvents_ItemAddedEventHandler ItemAdded
event _dispVCProjectEngineEvents_ItemAddedEventHandler^ ItemAdded {
void add (_dispVCProjectEngineEvents_ItemAddedEventHandler^ value);
void remove (_dispVCProjectEngineEvents_ItemAddedEventHandler^ value);
}
abstract ItemAdded : IEvent<_dispVCProjectEngineEvents_ItemAddedEventHandler,
Object>
JScript does not support events.
.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.