InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Macro Class / MacroCompleted Event


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