Expand Minimize
This topic has not yet been rated - Rate this topic

_dispVCProjectEngineEvents_ItemAddedEventHandler Delegate

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemAddedEventHandler(
	Object Item,
	Object ItemParent
)

Parameters

Item
Type: Object

Added item

ItemParent
Type: Object

Parent of added item

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.