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 IWebBrowser2 visible property is changed.
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 OnVisibleEventArgs)
AddHandler instance.OnVisible, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the IWebBrowser2::Visible property of the object is changed.")> _
<BrowsableAttribute(True)> _
Public Event OnVisible As EventHandler(Of OnVisibleEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the IWebBrowser2::Visible property of the object is changed.")]
[BrowsableAttribute(true)]
public event EventHandler<OnVisibleEventArgs> OnVisible
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the IWebBrowser2::Visible property of the object is changed.")]
[BrowsableAttribute(true)]
public:
event EventHandler<OnVisibleEventArgs^>^ OnVisible {
void add (EventHandler<OnVisibleEventArgs^>^ value);
void remove (EventHandler<OnVisibleEventArgs^>^ value);
}
/** @event */
public void add_OnVisible (EventHandler<OnVisibleEventArgs> value)
/** @event */
public void remove_OnVisible (EventHandler<OnVisibleEventArgs> 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.