IVCProjectEngineEvents.ItemRemoved(Object, Object) Method

Definition

Signifies that the specified item was removed from the project.

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

Required. The item to be removed.

ItemParent
Object

Required. The item's parent.

Attributes

Remarks

The ItemRemoved method fires when an item is removed from a VCFilter or VCFile.

Applies to