IVCProjectEngineEvents2.ItemMoved(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ItemMoved(System::Object ^ Item, System::Object ^ NewParent, System::Object ^ OldParent);
public:
void ItemMoved(Platform::Object ^ Item, Platform::Object ^ NewParent, Platform::Object ^ OldParent);
void ItemMoved(winrt::Windows::Foundation::IInspectable const & Item, winrt::Windows::Foundation::IInspectable const & NewParent, winrt::Windows::Foundation::IInspectable const & OldParent);
[System.Runtime.InteropServices.DispId(278)]
public void ItemMoved (object Item, object NewParent, object OldParent);
[<System.Runtime.InteropServices.DispId(278)>]
abstract member ItemMoved : obj * obj * obj -> unit
Public Sub ItemMoved (Item As Object, NewParent As Object, OldParent As Object)
Parameters
- Item
- Object
- NewParent
- Object
- OldParent
- Object
Implements
- Attributes