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


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