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