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