UIKit.UIWebViewDelegate_Extensions: Method Members

The methods of UIKit.UIWebViewDelegate_Extensions are listed below. For a list of all members, see the UIWebViewDelegate_Extensions Members list.

See Also: Inherited members from System.Object

Public Methods

static
LoadFailed(this IUIWebViewDelegate, UIWebView, Foundation.NSError)
Indicates that the UIWebView's attempt to load data failed.
static
LoadingFinished(this IUIWebViewDelegate, UIWebView)
Indicates that loading has completed.
static
LoadStarted(this IUIWebViewDelegate, UIWebView)
Indicates that loading has begun.
static
ShouldStartLoad(this IUIWebViewDelegate, UIWebView, Foundation.NSUrlRequest, UIWebViewNavigationType) : bool
Whether the UIWebView should begin loading data.