This event occurs when the user starts an edit redline session.
Syntax
Private Sub AMUIExtension_BeforeEditRedline(
ByVal CurrentObject As Object,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document (AMDocument object). |
Abort |
Setting this argument to True will abort the operation. The AfterEditRedline event will not occur. |
Remarks
The equivalent VBScript event is the EditRedlines script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.