INotifyItemChanged.NotifyRename(String, String) Method

Definition

Notifies the object explorer that an item has been renamed.

public:
 void NotifyRename(System::String ^ newItem, System::String ^ oldItem);
public void NotifyRename (string newItem, string oldItem);
abstract member NotifyRename : string * string -> unit
Public Sub NotifyRename (newItem As String, oldItem As String)

Parameters

newItem
String

New representation of the item. This is in the form of the context supplied by the object explorer, which is usually a Uniform Resource Name (URN).

oldItem
String

Old Representation of the item. This may be left blank or null if the representation has not changed.

Applies to