Project |
public void RenameChild( INameOwner child, string newName, Action<string> setName, Action<string> raiseOnNameChanged )
| Exception | Condition |
|---|---|
| ArgumentNullException | newName - New name is null |
| ApplicationException | Thrown when the child can not be renamed because the requested name already exists. |