Share via


WebUIDelegate.UIRunBeforeUnload(WebView, String, WebFrame) Method

Definition

[Foundation.Export("webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool UIRunBeforeUnload(WebKit.WebView sender, string message, WebKit.WebFrame initiatedByFrame);
[<Foundation.Export("webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to