RC-WinTrans Object Model Help |
Application.AfterOpenProjectDocument |
Event fired after the open project document process is finished.
Syntax: |
AfterOpenProjectDocument(Project As TranslationProject) |
Parameters: |
Project Project of the project document that was just opened.
|
Example: | ' in a class module "EventClass" Dim WithEvents App As Application Private Sub App_AfterOpenProjectDocument(ByVal Project As TranslationProject) [...] End Sub ' in a module Public EventManager As New EventClass Sub TestMacro() Set EventManager.App = Application End Sub |
See also: