This event occurs when the user selects to revoke a working copy (or Quick Change) for a document.
Syntax
Private Sub AMUIExtension_BeforeRevokeWorkingCopy(
ByVal CurrentObject As Object,
ReAssign As Boolean,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document of which the working copy will be revoked. |
ReAssign |
Reserved. See About reserved objects, methods, and properties . |
Abort |
Setting this argument to True will abort the operation. The AfterRevokeWorkingCopy event will not occur. |
Remarks
The CurrentObject argument is an AMDocument object.