Description McDataNodes.NodeOpen prior to opening each McDBNode.data content.
Syntax
Private Sub object_BeforeOpen(pnoderefSelected, bCancel)
The BeforeOpen Event syntax has these parts:
|
| object | A McDataManager object. | | pnoderefSelected | A McDataNodeRef object. The 'Selection' McDataNodeRef containing the McDBNode with .data to open. | | bCancel | A Boolean value. Assign to True to disallow this operation. |
|