ParentNodeSetName


Description

An event that reports that a Dist object's parent has had its name changed.

Syntax

aDist_ParentNodeSetName(nodeParent, OldName)

 

Parameter Description
aDist a Dist object.
nodeParent the parent Node object that was renamed..
OldName a string with the parent's old name.

Guarantees

Remarks

The parent's new name can be found with this expression:

nodeParent.Name

 

This event is redundant in the sense that it conveys the same information as the NodeSetName and NodeParentNodeSetName events. It, however, is convenient because it allows Dist objects to autonomously track the changes about which they care.

Applies To

Dist

Also See:

Events: an Overview, Distributions: an Overview