Compartir a través de


DWebBrowserEvents2.WindowClosing(Boolean, Boolean) Method

Definition

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

Applies to