This event occurs after a document is imported from a briefcase.
Syntax
Private Sub AfterImportFromBriefcase(
CurrentObject As Object,
BriefCase As IASBriefCase,
Action As Long)
Name | Description |
---|---|
CurrentObject |
The document that was imported from the briefcase. |
BriefCase |
The briefcase from which the document was imported. |
Action |
The import action that was chosen by the user. |