次の方法で共有


WKUIDelegate.DidClose(WKWebView) メソッド

定義

DOM ウィンドウが正常に閉じられた直後に呼び出されます。

[Foundation.Export("webViewDidClose:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void DidClose (WebKit.WKWebView webView);
abstract member DidClose : WebKit.WKWebView -> unit
override this.DidClose : WebKit.WKWebView -> unit

パラメーター

webView
WKWebView
属性

適用対象