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