UIWebViewDelegate_Extensions.LoadFailed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.