WebUIDelegate.UIRunBeforeUnload(WebView, String, WebFrame) 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.
[Foundation.Export("webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:")]
public virtual bool UIRunBeforeUnload (WebKit.WebView sender, string message, WebKit.WebFrame initiatedByFrame);
abstract member UIRunBeforeUnload : WebKit.WebView * string * WebKit.WebFrame -> bool
override this.UIRunBeforeUnload : WebKit.WebView * string * WebKit.WebFrame -> bool
Parameters
- sender
- WebView
- message
- String
- initiatedByFrame
- WebFrame
Returns
- Attributes