_dispProjectItemsEvents_Event.add_ItemAdded 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 add_ItemAdded(EnvDTE::_dispProjectItemsEvents_ItemAddedEventHandler ^ A_1);
public:
void add_ItemAdded(EnvDTE::_dispProjectItemsEvents_ItemAddedEventHandler ^ value);
public void add_ItemAdded (EnvDTE._dispProjectItemsEvents_ItemAddedEventHandler A_1);
public void add_ItemAdded (EnvDTE._dispProjectItemsEvents_ItemAddedEventHandler value);
abstract member add_ItemAdded : EnvDTE._dispProjectItemsEvents_ItemAddedEventHandler -> unit
Public Sub add_ItemAdded (A_1 As _dispProjectItemsEvents_ItemAddedEventHandler)
Public Sub add_ItemAdded (value As _dispProjectItemsEvents_ItemAddedEventHandler)