Description

This event is fired when an McDBNode instance lock, as described in McDBDatabase.NodeLocked, is released.

Syntax

Private Sub object_NodeUnlocked(Database, Node)

The NodeUnlocked Event syntax has these parts:

PartDescription
objectA McDBDatabases object.
DatabaseA McDBDatabase object.

The McDBDatabase containing the McDBNode that was unlocked.

NodeA McDBNode object.

The McDBNode that was unlocked.