Click or drag to resize

IParentOfINameOwnerChildNodes Methods

The IParentOfINameOwnerChildNodes type exposes the following members.

Methods
 NameDescription
Public methodEhChild_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.
Public methodEhChild_HasBeenRenamed Called if the child has been renamed.
Public methodEhChild_ParentChanged Called if the child's parent changed.
Public methodRenameChild Helper function called by a child of this collection to handle renaming of this child.
Top
See Also