public int shouldInsertText(WebView WebView, string text, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public int shouldInsertText(WebView WebView, string text, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public void shouldInsertNode(WebView WebView, IDOMNode node, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public void shouldInsertNode(WebView WebView, IDOMNode node, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }