Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs after a document is opened and drawn.
Sub Application_AfterDocumentOpened(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.