public void textFieldDidEndEditing(IDOMHTMLInputElement element, webFrame frame) { TextFieldEndEditing((HTMLElement)HTMLElement.Create(element)); }
public int shouldHandleEvent(IDOMHTMLInputElement element, IntPtr @event, webFrame frame) { throw new NotImplementedException(); }
public void textDidChangeInTextField(IDOMHTMLInputElement element, webFrame frame) { TextChangedInField((HTMLElement)HTMLElement.Create(element)); }
public int doPlatformCommand(IDOMHTMLInputElement element, string command, webFrame frame) { return(0); }
public int doPlatformCommand(IDOMHTMLInputElement element, string command, webFrame frame) { return 0; }