BaseFieldEditorRaiseOnFieldNameChanged Method |
Raises OnFieldNameChanged event if the new name differs from the old one.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected void RaiseOnFieldNameChanged(
string oldName,
string newName
)
Parameters
- oldName
- Type: SystemString
Old field name - newName
- Type: SystemString
New field name
See Also