This event occurs when the user selects to derive from a document.
Syntax
Private Sub AMUIExtension_BeforeDerive(
ByVal CurrentObject As Object,
ByVal TargetFolder As AMEDM.IAMFolder,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document that the user is deriving from (AMDocument object). |
TargetFolder |
The folder where the new document will be stored. |
Abort |
Setting this argument to True will abort the operation. The AfterDerive event will not occur. |
Remarks
The equivalent VBScript event is the Derive script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.