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 Visible property of the object 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 OnVisibleEventArgs)
AddHandler instance.OnVisible, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the IWebBrowser2::Visible property of the object is changed.")> _
Public Event OnVisible As EventHandler(Of OnVisibleEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the IWebBrowser2::Visible property of the object is changed.")]
public event EventHandler<OnVisibleEventArgs> OnVisible
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the IWebBrowser2::Visible property of the object is changed.")]
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
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.