CADability dotNET

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

Syntax

C#
void IAttributeList.NameChanged(
	INamedAttribute Attribute,
	string oldName
)
Visual Basic
Private Sub NameChanged ( _
	Attribute As INamedAttribute, _
	oldName As String _
) Implements IAttributeList.NameChanged
Visual C++
private:
virtual void NameChanged(
	INamedAttribute^ Attribute, 
	String^ oldName
) sealed = IAttributeList::NameChanged

Parameters

Attribute
Type: CADability..::..INamedAttribute
oldName
Type: System..::..String

Implements

IAttributeList..::..NameChanged(INamedAttribute, String)

See Also