UIWebViewDelegate_Extensions.LoadFailed Method

Definition

Indicates that the UIWebView's attempt to load data failed.

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

Parameters

This
IUIWebViewDelegate

The instance on which this extension method operates.

webView
UIWebView

To be added.

error
NSError

To be added.

Applies to