DWebBrowserEvents2.WindowStateChanged(UInt32, UInt32) Method
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:
void WindowStateChanged(System::UInt32 dwWindowStateFlags, System::UInt32 dwValidFlagsMask);
public void WindowStateChanged (uint dwWindowStateFlags, uint dwValidFlagsMask);
abstract member WindowStateChanged : uint32 * uint32 -> unit
Public Sub WindowStateChanged (dwWindowStateFlags As UInteger, dwValidFlagsMask As UInteger)
Parameters
- dwWindowStateFlags
- UInt32
- dwValidFlagsMask
- UInt32