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
namedObject
XamlObjectThe object where the name was changed.
oldName
stringThe old name.
newName
stringThe new name.