InfoConnect API Guide
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
    event EventHandler ExpressMacroStarted
    See Also