UIKit.UIWebViewDelegate_Extensions Members

The members of UIKit.UIWebViewDelegate_Extensions are listed below.

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.