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)
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ItemAddedEventHandler ( _
	Item As Object, _
	ItemParent As Object _
)

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.