DWebBrowserEvents2.WindowClosing(Boolean, Boolean) 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 window of the object is about to be closed by script.
public:
void WindowClosing(bool IsChildWindow, [Runtime::InteropServices::Out] bool % Cancel);
public void WindowClosing (bool IsChildWindow, out bool Cancel);
abstract member WindowClosing : bool * bool -> unit
Public Sub WindowClosing (IsChildWindow As Boolean, ByRef Cancel As Boolean)
Parameters
- IsChildWindow
- Boolean
- Cancel
- Boolean