DocumentClose Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs whenever a SchematicSheetDocument Object is closed.

Usage

Sub Application_DocumentClose(ByVal Doc As IVdDoc)

Arguments

Doc

The SchematicSheetDocument Object that is being closed.

Description

See SchematicSheetDocument Object for more information.