示例#1
0
文件: UIEvent.cs 项目: yape/NHtmlUnit
 public UIEvent(NHtmlUnit.Javascript.SimpleScriptable scriptable, string type)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.UIEvent((com.gargoylesoftware.htmlunit.javascript.SimpleScriptable)scriptable.WrappedObject, type))
 {
 }
 public XMLHttpRequestProgressEvent(NHtmlUnit.Javascript.SimpleScriptable scriptable, string type)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.XMLHttpRequestProgressEvent((com.gargoylesoftware.htmlunit.javascript.SimpleScriptable)scriptable.WrappedObject, type))
 {
 }
示例#3
0
 public PopStateEvent(NHtmlUnit.Javascript.SimpleScriptable scriptable, string type, object state)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.PopStateEvent((com.gargoylesoftware.htmlunit.javascript.SimpleScriptable)scriptable.WrappedObject, type, state))
 {
 }
 public HTMLOptionsCollection(NHtmlUnit.Javascript.SimpleScriptable parentScope)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOptionsCollection((com.gargoylesoftware.htmlunit.javascript.SimpleScriptable)parentScope.WrappedObject))
 {
 }
示例#5
0
 public HashChangeEvent(NHtmlUnit.Javascript.SimpleScriptable scriptable, string type, string oldURL, string newURL)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.HashChangeEvent((com.gargoylesoftware.htmlunit.javascript.SimpleScriptable)scriptable.WrappedObject, type, oldURL, newURL))
 {
 }