Click or drag to resize

NGBrowserTreeNodeValidateRenaming Method

Validates a proposed new node name.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual string ValidateRenaming(
	Object obj,
	CultureInfo info
)

Parameters

obj  Object
The proposed name.
info  CultureInfo
The culture information.

Return Value

String
An error message if renaming is invalid; otherwise, .
See Also