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

_dispVCProjectEngineEvents_ItemRemovedEventHandler 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_ItemRemovedEventHandler(
	Object Item,
	Object ItemParent
)

Parameters

Item
Type: Object

Removed item

ItemParent
Type: Object

Parent of removed item

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