BlockLocked Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs when you change the state of a schematic block from read-only to read/write, using the “Click to Edit” button.

Usage

Sub Application_BlockLocked(ByVal Block As IVdBlock)

Arguments

Block

Specifies the locked Block Object that is changing to read/write.