IVCProjectEngineEvents2.ItemRemoved(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 ItemRemoved(System::Object ^ Item, System::Object ^ ItemParent);
public:
void ItemRemoved(Platform::Object ^ Item, Platform::Object ^ ItemParent);
void ItemRemoved(winrt::Windows::Foundation::IInspectable const & Item, winrt::Windows::Foundation::IInspectable const & ItemParent);
[System.Runtime.InteropServices.DispId(276)]
public void ItemRemoved (object Item, object ItemParent);
[<System.Runtime.InteropServices.DispId(276)>]
abstract member ItemRemoved : obj * obj -> unit
Public Sub ItemRemoved (Item As Object, ItemParent As Object)
Parameters
- Item
- Object
- ItemParent
- Object
Implements
- Attributes