WKUIDelegate_Extensions.DidClose(IWKUIDelegate, WKWebView) 方法

定义

关闭时 webView 调用的方法。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static void DidClose (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView);
static member DidClose : WebKit.IWKUIDelegate * WebKit.WKWebView -> unit

参数

This
IWKUIDelegate

此扩展方法在其上运行的实例。

webView
WKWebView
属性

适用于