INodeRename.OnRename(String, String, Boolean) Method

Definition

Performs the action of renaming of the node.

public:
 void OnRename(System::String ^ oldName, System::String ^ newName, bool afterSaveAs);
public void OnRename (string oldName, string newName, bool afterSaveAs);
abstract member OnRename : string * string * bool -> unit
Public Sub OnRename (oldName As String, newName As String, afterSaveAs As Boolean)

Parameters

oldName
String

A String string that represents the current name.

newName
String

A String string that represents the proposed new name.

afterSaveAs
Boolean

true if the node is being renamed after being saved as.

Applies to