Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Signifies that the specified item was moved within the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub ItemMoved ( _
Item As Object, _
NewParent As Object, _
OldParent As Object _
)
void ItemMoved(
Object Item,
Object NewParent,
Object OldParent
)
void ItemMoved(
Object^ Item,
Object^ NewParent,
Object^ OldParent
)
abstract ItemMoved :
Item:Object *
NewParent:Object *
OldParent:Object -> unit
function ItemMoved(
Item : Object,
NewParent : Object,
OldParent : Object
)
Parameters
- Item
Type: System.Object
Required. The item.
- NewParent
Type: System.Object
Required. The new parent.
- OldParent
Type: System.Object
Required. The previous parent.
Remarks
The ItemMoved method fires when an item is moved in a VCProject, VCFilter, or VCFile object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.