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


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