The OnDocumentOpen event occurs when the document is opened.
Syntax
Application.OnDocumentOpen( _
ByVal Document As Document, _
ByVal New As Long _
)
Parameters
-
Document
-
The Document object being opened.
-
New
-
A value that specifies whether the document is new or being opened from a saved file.
Return value
This event does not return a value.
Examples
Private Sub g_AppMMC_OnDocumentOpen( _
ByVal Document As MMC20.Document, _
ByVal lNew As Long)
MsgBox ("OnDocumentOpen Event: " & Document.Name)
End Sub
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|
| IDL |
|
| DLL |
|
| CLSID |
CLSID_Application is defined as 49B2791A-B1AE-4C90-9B8E-E860BA07F889 |
| IID |
DIID_AppEvents is defined as FC7A4252-78AC-4532-8C5A-563CFE138863 |