Click or drag to resize

DocumentDefinitionBaseRenameOurselvesIfRequired Method

Called when the root element's name was changed

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected abstract void RenameOurselvesIfRequired(
	GroupableModelElementChangeType typeOfChange,
	string originalValue,
	string newValue
)

Parameters

typeOfChange
Type: SD.LLBLGen.Pro.ApplicationCoreGroupableModelElementChangeType
originalValue
Type: SystemString
newValue
Type: SystemString
See Also