CADability dotNET
Notifies the list, that an attribut changed ist name.

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

Syntax

C#
void NameChanged(
	INamedAttribute attribute,
	string oldName
)
Visual Basic
Sub NameChanged ( _
	attribute As INamedAttribute, _
	oldName As String _
)
Visual C++
void NameChanged(
	INamedAttribute^ attribute, 
	String^ oldName
)

Parameters

attribute
Type: CADability..::..INamedAttribute
the attribute
oldName
Type: System..::..String
the old name (the new name can be accessed from the attribute)

See Also