WebBrowserExtended.WindowStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the visibility state of a content window, such as the browser window or a tab, changes.
public:
event EventHandler<Microsoft::Uii::Csr::Browser::Web::WindowStateChangedEventArgs ^> ^ WindowStateChanged;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.WindowStateChangedEventArgs> WindowStateChanged;
[<System.ComponentModel.Browsable(true)>]
member this.WindowStateChanged : EventHandler<Microsoft.Uii.Csr.Browser.Web.WindowStateChangedEventArgs>
Public Custom Event WindowStateChanged As EventHandler(Of WindowStateChangedEventArgs)
Event Type
- Attributes