Event that is fired whenever a document is initialized. At the time this event fires, the document is not open yet. Calling methods or properties on the document will force it to open.
Name | Type | Description |
DocumentObject | Document | The Document object that is being initialized. |
FullDocumentName | String | Output string that specifies the fully qualified name of the document being initialized. This is supplied both before and after. |
BeforeOrAfter | EventTimingEnum | Output EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the document is initialized. Notification is sent before and after the document is initialized. |
Context | NameValueMap | Output NameValueMap object that can be used to determine the context of why the event fired. No context information is provided for this event. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. This argument is ignored for this event. |