This event occurs immediately after a working copy (or Quick Change) of a document has been submitted.
Syntax
Private Sub AMUIExtension_AfterSubmitWorkingCopy(
ByVal CurrentObject As Object,
ByVal ReAssign As Boolean)
Name | Description |
---|---|
CurrentObject |
The document of which the working copy has been submitted |
ReAssign |
Reserved. See About reserved objects, methods, and properties . |
Remarks
The CurrentObject argument is an AMDocument object.