Description

McDataNodes.NodeOpen prior to opening each McDBNode.data content.

Syntax

Private Sub object_BeforeOpen(pnoderefSelected, bCancel)

The BeforeOpen Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefSelectedA McDataNodeRef object. The 'Selection' McDataNodeRef containing the McDBNode with .data to open.
bCancelA Boolean value. Assign to True to disallow this operation.