_dispVCProjectEngineEvents_ItemMovedEventHandler Delegate

 

This API supports the product 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_ItemMovedEventHandler(
	Object^ Item,
	Object^ NewParent,
	Object^ OldParent
)

Parameters

Item
Type: System::Object^

Moved item

NewParent
Type: System::Object^

New parent of the item

OldParent
Type: System::Object^

Old parent of the item

Return to top
Show: