This version of Unity is unsupported.

EndNameEditAction.Action

public void Action(int instanceId, string pathName, string resourceFile);

Parameters

instanceIdThe instance ID of the edited asset.
pathNameThe path to the asset.
resourceFileThe resource file string argument passed to ProjectWindowUtil.StartNameEditingIfProjectWindowExists.

Description

Unity calls this function when the user accepts an edited name, either by pressing the Enter key or by losing the keyboard input focus.