コード例 #1
0
 public HashChangeEvent(NHtmlUnit.Javascript.Host.Events.EventTarget target, string type, string oldURL, string newURL)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.HashChangeEvent(([email protected])target.WrappedObject, type, oldURL, newURL))
 {
 }
コード例 #2
0
 public EventListenersContainer(NHtmlUnit.Javascript.Host.Events.EventTarget jsNode)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.EventListenersContainer(([email protected])jsNode.WrappedObject))
 {
 }
コード例 #3
0
 public PopStateEvent(NHtmlUnit.Javascript.Host.Events.EventTarget target, string type, object state)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.PopStateEvent(([email protected])target.WrappedObject, type, state))
 {
 }
コード例 #4
0
ファイル: Event.cs プロジェクト: HtmlUnit/NHtmlUnit
// Generating method code for setTarget
        public virtual void SetTarget(NHtmlUnit.Javascript.Host.Events.EventTarget target)
        {
            WObj.setTarget(([email protected])target.WrappedObject);
        }