Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / MacroCompleted Event


In This Topic
MacroCompleted Event (IMacro)
In This Topic
Occurs when a macro has completed. This does not apply to legacy Reflection macros, Extra! macros, or Express Macros
Syntax
'Declaration
 
Event MacroCompleted As EventHandler
 
'Usage
 
Dim instance As IMacro
Dim handler As EventHandler
 
AddHandler instance.MacroCompleted, handler
See Also