Click or drag to resize

TableObjectOnNameChangedEvent Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected virtual void OnNameChangedEvent(
	string oldName,
	string newName
)
Request Example View Source

Parameters

oldName
Type: SystemString
newName
Type: SystemString
See Also