LockRequest Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs once before modifying a Block Object.

Usage

Sub Application_LockRequest(ByVal Block As IVdBlock, ByVal Success As IPredicate)

Arguments

Block

Specifies the Block Object that is being locked.

Success

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.