InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / ExpressMacroCompleted Event


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