WebBrowserExtended.StatusTextChange 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 StatusTextChangeEventArgs)

AddHandler instance.StatusTextChange, handler

Syntax

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

/** @event */
public void remove_StatusTextChange (EventHandler<StatusTextChangeEventArgs> 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.