Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.
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 BrowserObjectAppearedEventArgs)
AddHandler instance.BrowserObjectAppeared, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("BrowserExtendedEvents")> _
<DescriptionAttribute("Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")> _
Public Event BrowserObjectAppeared As EventHandler(Of BrowserObjectAppearedEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("BrowserExtendedEvents")]
[DescriptionAttribute("Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")]
public event EventHandler<BrowserObjectAppearedEventArgs> BrowserObjectAppeared
[BrowsableAttribute(true)]
[CategoryAttribute(L"BrowserExtendedEvents")]
[DescriptionAttribute(L"Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")]
public:
event EventHandler<BrowserObjectAppearedEventArgs^>^ BrowserObjectAppeared {
void add (EventHandler<BrowserObjectAppearedEventArgs^>^ value);
void remove (EventHandler<BrowserObjectAppearedEventArgs^>^ value);
}
/** @event */
public void add_BrowserObjectAppeared (EventHandler<BrowserObjectAppearedEventArgs> value)
/** @event */
public void remove_BrowserObjectAppeared (EventHandler<BrowserObjectAppearedEventArgs> 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.