InfoConnect for Unisys
MacroStarted Event (IMacro)


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