Share via


WebBrowserExtended.TitleChange Event

Fires when the status bar text of the object has changed.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler(Of TitleChangeEventArgs)

AddHandler instance.TitleChange, handler

Syntax

'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when the status bar text of the object has changed.")> _
Public Event TitleChange As EventHandler(Of TitleChangeEventArgs)
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute("Fires when the status bar text of the object has changed.")] 
public event EventHandler<TitleChangeEventArgs> TitleChange
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Fires when the status bar text of the object has changed.")] 
public:
event EventHandler<TitleChangeEventArgs^>^ TitleChange {
    void add (EventHandler<TitleChangeEventArgs^>^ value);
    void remove (EventHandler<TitleChangeEventArgs^>^ value);
}
/** @event */
public void add_TitleChange (EventHandler<TitleChangeEventArgs> value)

/** @event */
public void remove_TitleChange (EventHandler<TitleChangeEventArgs> value)

Platforms

See Also

Reference

WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.