IVCProjectEngineEvents::ItemMoved Method (Object^, Object^, Object^)
Visual Studio 2015
Signifies that the specified item was moved within the project.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Item
-
Type:
System::Object^
Required. The item.
- NewParent
-
Type:
System::Object^
Required. The new parent.
- OldParent
-
Type:
System::Object^
Required. The previous parent.
Show: