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


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