Exemple #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))
 {
 }
Exemple #2
0
 public EventListenersContainer(NHtmlUnit.Javascript.Host.Events.EventTarget jsNode)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.EventListenersContainer(([email protected])jsNode.WrappedObject))
 {
 }
Exemple #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))
 {
 }
Exemple #4
0
// Generating method code for setTarget
        public virtual void SetTarget(NHtmlUnit.Javascript.Host.Events.EventTarget target)
        {
            WObj.setTarget(([email protected])target.WrappedObject);
        }