Share via


VSItemNode.notifyFileRenamed(TreeNode, String) Method

Definition

Notifies listeners that a file has been renamed.

public:
 static void notifyFileRenamed(Dynamics::AX::Application::TreeNode ^ _node, System::String ^ _oldName);
public static void notifyFileRenamed (Dynamics.AX.Application.TreeNode _node, string _oldName);
static member notifyFileRenamed : Dynamics.AX.Application.TreeNode * string -> unit
Public Shared Sub notifyFileRenamed (_node As TreeNode, _oldName As String)

Parameters

_node
TreeNode

The old name of the file.

_oldName
String

The old name of the file.

Applies to