AfterSheetRead Event (Application Object)

Scope: Schematic editor

Object: Application Object

Prerequisites: None

Occurs after a sheet is read into memory.

Usage

Sub Application_AfterSheetRead(ByVal DocumentType As VdDataType, ByVal LibraryAlias As String, ByVal Name As String)

Arguments

DocumentType

Specifies the document type. This argument takes the form of VdDataType Enum.

LibraryAlias

This is a string that corresponds to the library alias.

Name

This is the name of the document.