Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Fires when the StatusBar property is 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 OnStatusBarEventArgs)
AddHandler instance.OnStatusBar, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when the IWebBrowser2::StatusBar property is changed.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event OnStatusBar As EventHandler(Of OnStatusBarEventArgs)
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when the IWebBrowser2::StatusBar property is changed.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<OnStatusBarEventArgs> OnStatusBar
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires when the IWebBrowser2::StatusBar property is changed.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<OnStatusBarEventArgs^>^ OnStatusBar {
void add (EventHandler<OnStatusBarEventArgs^>^ value);
void remove (EventHandler<OnStatusBarEventArgs^>^ value);
}
/** @event */
public void add_OnStatusBar (EventHandler<OnStatusBarEventArgs> value)
/** @event */
public void remove_OnStatusBar (EventHandler<OnStatusBarEventArgs> 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.