public int shouldInsertText(WebView WebView, string text, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public int shouldEndEditingInDOMRange(WebView WebView, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public void shouldInsertNode(WebView WebView, IDOMNode node, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public int shouldChangeSelectedDOMRange(WebView WebView, IDOMRange currentRange, IDOMRange proposedRange, _WebSelectionAffinity selectionAffinity, int stillSelecting)
 {
     throw new NotImplementedException();
 }
 public int shouldDeleteDOMRange(WebView WebView, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public int shouldInsertText(WebView WebView, string text, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public int shouldApplyStyle(WebView WebView, IDOMCSSStyleDeclaration style, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public void shouldInsertNode(WebView WebView, IDOMNode node, IDOMRange range, _WebViewInsertAction action)
 {
     throw new NotImplementedException();
 }
 public int shouldEndEditingInDOMRange(WebView WebView, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public int shouldDeleteDOMRange(WebView WebView, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public int shouldChangeSelectedDOMRange(WebView WebView, IDOMRange currentRange, IDOMRange proposedRange, _WebSelectionAffinity selectionAffinity, int stillSelecting)
 {
     throw new NotImplementedException();
 }
 public int shouldApplyStyle(WebView WebView, IDOMCSSStyleDeclaration style, IDOMRange range)
 {
     throw new NotImplementedException();
 }