UIWebViewDelegate_Extensions.LoadStarted Method

Definition

Indicates that loading has begun.

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

Parameters

This
IUIWebViewDelegate

The instance on which this extension method operates.

webView
UIWebView

To be added.

Applies to