Click or drag to resize

NodeTextBoxOnLabelChanged Method


Namespace: Internal.Aga.Controls.Tree.NodeControls
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected void OnLabelChanged(
	Object subject,
	string oldLabel,
	string newLabel
)

Parameters

subject  Object
 
oldLabel  String
 
newLabel  String
 
See Also