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