Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs once before modifying a Block Object.
Sub Application_LockRequest(ByVal Block As IVdBlock, ByVal Success As IPredicate)
Specifies the Block Object that is being locked.
This argument is set by the event handler to prevent/allow modification.
True - Allows the application to modify the block. False - prevents the application from modifying the block, indicating that the block has already been locked.