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