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


In This Topic
ExpressMacroStarted Event
In This Topic
Occurs when an Express macro has started.
Syntax
'Declaration
 
Event ExpressMacroStarted As EventHandler
 
'Usage
 
Dim instance As IMacro
Dim handler As EventHandler
 
AddHandler instance.ExpressMacroStarted, handler
See Also