Click or drag to resize
BaseFieldEditorRaiseOnFieldNameChanged Method
Raises OnFieldNameChanged event if the new name differs from the old one.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void RaiseOnFieldNameChanged(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString
Old field name
newName
Type: SystemString
New field name
See Also