Method NameChanged
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
NameChanged(XamlObject, string, string)
Finds the XAML namescope for the specified object and uses it to unregister the old name and then register the new name.
public static void NameChanged(XamlObject namedObject, string oldName, string newName)
Parameters
namedObjectXamlObjectThe object where the name was changed.
oldNamestringThe old name.
newNamestringThe new name.