UIWebViewDelegate.LoadStarted(UIWebView) Method

Definition

Indicates that loading has begun.

[Foundation.Export("webViewDidStartLoad:")]
public virtual void LoadStarted (UIKit.UIWebView webView);
abstract member LoadStarted : UIKit.UIWebView -> unit
override this.LoadStarted : UIKit.UIWebView -> unit

Parameters

webView
UIWebView

To be added.

Attributes

Applies to