UIWebViewDelegate_Extensions.LoadStarted 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 loading has begun.
public static void LoadStarted (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView);
static member LoadStarted : UIKit.IUIWebViewDelegate * UIKit.UIWebView -> unit
Parameters
- This
- IUIWebViewDelegate
The instance on which this extension method operates.
- webView
- UIWebView
To be added.