Description
This event is fired when an McDBNode instance is about to be deleted from its McDBDatabase.
Syntax
Private Sub object_BeforeNodeDelete(Database, Node, Cancel)
The BeforeNodeDelete Event syntax has these parts:
The McDBDatabase containing the McDBNode about to be deleted.
The McDBNode that will be deleted.
Will cancel deletion of Node if set to True by any client that receives this event.