Table of Contents

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 XamlObject

The object where the name was changed.

oldName string

The old name.

newName string

The new name.