Click or drag to resize

LabelEventArgs Constructor

Initializes a new instance of the LabelEventArgs class

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#
public LabelEventArgs(
	Object subject,
	string oldLabel,
	string newLabel
)

Parameters

subject  Object
 
oldLabel  String
 
newLabel  String
 
See Also