UIWebViewDelegate_Extensions.LoadingFinished Method

Definition

Indicates that loading has completed.

public static void LoadingFinished (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView);
static member LoadingFinished : UIKit.IUIWebViewDelegate * UIKit.UIWebView -> unit

Parameters

This
IUIWebViewDelegate

The instance on which this extension method operates.

webView
UIWebView

To be added.

Applies to