Click or drag to resize

IParentOfINameOwnerChildNodesEhChild_CanBeRenamed Method

Determines whether the name of the child item can be changed to the provided new name. If the parent implementing this interface is not able to change the child's name, it must return false.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool EhChild_CanBeRenamed(
	INameOwner childNode,
	string newName
)

Parameters

childNode  INameOwner
The child node.
newName  String
The new name.

Return Value

Boolean
true if the child can be renamed to the new name; otherwise false.
See Also