Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / DocumentTitleChanged Event


In This Topic
    DocumentTitleChanged Event
    In This Topic
    Occurs when the document title is changed.
    Syntax
    'Declaration
     
    
    Event DocumentTitleChanged As EventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As EventHandler
     
    AddHandler instance.DocumentTitleChanged, handler
    event EventHandler DocumentTitleChanged
    See Also