ParentNodeSetDescription


Description

An event that reports that a parent node of a Dist has had its description set.

Syntax

aDist_ParentNodeSetDescription(nodeParent)

 

Parameter Description
aDist a Dist object.
nodeParent a Node object that has had its description set.

Guarantees

Remarks

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

nodeParent.Description

Applies To

Dist

Also See:

Events: an Overview