CADability dotNET
Will be called when the text of a label changed because it was edited by the user. Will only be used if Editableis specified in the LabelType property.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void LabelChanged(
	string NewText
)
Visual Basic
Sub LabelChanged ( _
	NewText As String _
)
Visual C++
void LabelChanged(
	String^ NewText
)

Parameters

NewText
Type: System..::..String
the new text

See Also