Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs after a sheet is read into memory.
Sub Application_AfterSheetRead(ByVal DocumentType As VdDataType, ByVal LibraryAlias As String, ByVal Name As String)
Specifies the document type. This argument takes the form of VdDataType Enum.
This is a string that corresponds to the library alias.
This is the name of the document.