HierarchyNode.OnRename(String, String, Boolean) 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:
virtual void OnRename(System::String ^ oldName, System::String ^ newName, bool bAfterSaveAs);
public virtual void OnRename(string oldName, string newName, bool bAfterSaveAs);
abstract member OnRename : string * string * bool -> unit
override this.OnRename : string * string * bool -> unit
Public Overridable Sub OnRename (oldName As String, newName As String, bAfterSaveAs As Boolean)
Parameters
- oldName
- String
- newName
- String
- bAfterSaveAs
- Boolean