DWebBrowserEvents2.WindowStateChanged Method
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 DWebBrowserEvents2
Dim dwWindowStateFlags As UInteger
Dim dwValidFlagsMask As UInteger
instance.WindowStateChanged(dwWindowStateFlags, dwValidFlagsMask)
Syntax
'Declaration
<DispIdAttribute(283)> _
Sub WindowStateChanged ( _
<InAttribute> dwWindowStateFlags As UInteger, _
<InAttribute> dwValidFlagsMask As UInteger _
)
[DispIdAttribute(283)]
void WindowStateChanged (
[InAttribute] uint dwWindowStateFlags,
[InAttribute] uint dwValidFlagsMask
)
[DispIdAttribute(283)]
void WindowStateChanged (
[InAttribute] unsigned int dwWindowStateFlags,
[InAttribute] unsigned int dwValidFlagsMask
)
/** @attribute DispIdAttribute(283) */
void WindowStateChanged (
/** @attribute InAttribute() */ UInt32 dwWindowStateFlags,
/** @attribute InAttribute() */ UInt32 dwValidFlagsMask
)
DispIdAttribute(283)
function WindowStateChanged (
dwWindowStateFlags : uint,
dwValidFlagsMask : uint
)
Parameters
- dwWindowStateFlags
- dwValidFlagsMask
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.