IParent |
public interface IParentOfINameOwnerChildNodes
The IParentOfINameOwnerChildNodes type exposes the following members.
Name | Description | |
---|---|---|
EhChild_CanBeRenamed | Determines whether the name of the child item can be changed to the provided new name. If the parent implementing this interface is not able to change the child's name, it must return false. | |
EhChild_HasBeenRenamed | Called if the child has been renamed. | |
EhChild_ParentChanged | Called if the child's parent changed. | |
RenameChild | Helper function called by a child of this collection to handle renaming of this child. |