InfoConnect for Airlines
MacroStarted Event (IMacro)


Occurs when a macro has started. This does not apply to legacy Reflection macros, legacy EXTRA! macros, or Express 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