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.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of BrowserObjectAppearedEventArgs)
AddHandler instance.BrowserObjectAppeared, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")> _
<CategoryAttribute("BrowserExtendedEvents")> _
<BrowsableAttribute(True)> _
Public Event BrowserObjectAppeared As EventHandler(Of BrowserObjectAppearedEventArgs)
[DescriptionAttribute("Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")]
[CategoryAttribute("BrowserExtendedEvents")]
[BrowsableAttribute(true)]
public event EventHandler<BrowserObjectAppearedEventArgs> BrowserObjectAppeared
[DescriptionAttribute(L"Fires when the browser process object (IWebBrowser2) appears, providing an opportunity to manipulate its properties.")]
[CategoryAttribute(L"BrowserExtendedEvents")]
[BrowsableAttribute(true)]
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
WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.