This event occurs when the user selects to create a working copy (or Quick Change) for a document.
Syntax
Private Sub AMUIExtension_BeforeCreateWorkingCopy(
ByVal CurrentObject As Object,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document of which a working copy will be created. |
Abort |
Setting this argument to True will abort the operation. The AfterCreateWorkingCopy event will not occur. |
Remarks
The CurrentObject argument is an AMDocument object.