InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / StatusTextChanged Event


In This Topic
    StatusTextChanged Event
    In This Topic
    Occurs when the Web browser status text changes.
    Syntax
    'Declaration
     
    
    Event StatusTextChanged As EventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As EventHandler
     
    AddHandler instance.StatusTextChanged, handler
    event EventHandler StatusTextChanged
    See Also