Example #1
0
 public static void WebViewProgress(this INJKWebViewProgressDelegate This, NJKWebViewProgress webViewProgress, global::System.nfloat progress)
 {
     if (webViewProgress == null)
     {
         throw new ArgumentNullException("webViewProgress");
     }
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr_nfloat(This.Handle, Selector.GetHandle("webViewProgress:updateProgress:"), webViewProgress.Handle, progress);
 }
Example #2
0
 public virtual void WebViewProgress(NJKWebViewProgress webViewProgress, global::System.nfloat progress)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }