Compartilhar via


WpfBrowser.WindowStateChanged Event

Fires when the visibility state of a content window, such as the browser window or a tab changes.

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 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

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.