BlockModified Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs every time a Block Object is modified.

Usage

Sub Application_BlockModified(ByVal Block As IVdBlock)

Arguments

Block

The name of the Block Object that has been modified.

Description

See Block Object for more information.