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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void LoadingFinished(this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadingFinished : UIKit.IUIWebViewDelegate * UIKit.UIWebView -> unit
Parameters
- This
- IUIWebViewDelegate
- webView
- UIWebView
To be added.
- Attributes