ParentNodeStateSetName


Description

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

Syntax

aDist_ParentNodeStateSetName(nodeParent, aState, OldName)

 

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

Guarantees

Remarks

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

aState.Name

This event is redundant in the sense that it conveys the same information as the NodeStateSetName event. 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