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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool EhChild_CanBeRenamed(
INameOwner childNode,
string newName
)
Parameters
- childNode INameOwner
- The child node.
- newName String
- The new name.
Return Value
Booleantrue if the child can be renamed to the new name; otherwise
false.
See Also