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