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