WebBrowserExtended.WindowStateChanged Event
Fires when the visibility state of a content window, such as the browser window or a tab, changes.
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 WindowStateChangedEventArgs)
AddHandler instance.WindowStateChanged, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the visibility state of a content window, such as the browser window or a tab, changes.")> _
<BrowsableAttribute(True)> _
Public Event WindowStateChanged As EventHandler(Of WindowStateChangedEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the visibility state of a content window, such as the browser window or a tab, changes.")]
[BrowsableAttribute(true)]
public event EventHandler<WindowStateChangedEventArgs> WindowStateChanged
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the visibility state of a content window, such as the browser window or a tab, changes.")]
[BrowsableAttribute(true)]
public:
event EventHandler<WindowStateChangedEventArgs^>^ WindowStateChanged {
void add (EventHandler<WindowStateChangedEventArgs^>^ value);
void remove (EventHandler<WindowStateChangedEventArgs^>^ value);
}
/** @event */
public void add_WindowStateChanged (EventHandler<WindowStateChangedEventArgs> value)
/** @event */
public void remove_WindowStateChanged (EventHandler<WindowStateChangedEventArgs> 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.