Description
This event is fired when an McDBNode instance is locked, either internally by a pending McDBTransaction (for data integrity) or explicitly (by locking the object in another thread/process).
Syntax
Private Sub object_NodeLocked(Database, Node)
The NodeLocked Event syntax has these parts:
|