This event occurs just after a shell command has been invoked on a document.
Syntax
Private Sub AMUIExtension_AfterInvoke( ByVal Object As Object )
Name | Description |
---|---|
Object |
The document for which an operation has been invoked |
Remarks
This event occurs after Meridian Enterprise has called the operating system to invoke the operation. Depending on the type of operation, this event may occur before the actual operation has completed, since the invoked operation runs asynchronously.
The equivalent VBScript event is the OpenInApplication script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.