InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
    event EventHandler MacroStarted
    See Also