InfoConnect for Unisys
MacroCompleted Event (IMacro)


Raised when a macro has completed. This does not apply to legacy Reflection macros or legacy EXTRA! macros.
Syntax
'Declaration
 
Event MacroCompleted As EventHandler
'Usage
 
Dim instance As IMacro
Dim handler As EventHandler
 
AddHandler instance.MacroCompleted, handler
event EventHandler MacroCompleted
See Also