C# Class NHtmlUnit.Javascript.Host.Events.EventTarget

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
Mostrar archivo Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
AddEventListener ( string type, net listener, bool useCapture ) : void
DispatchEvent ( NHtmlUnit eventArg ) : bool
EventTarget ( com wrappedObject ) : System
ExecuteEventLocally ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
FireEvent ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
GetEventHandler ( string eventName ) : net.sourceforge.htmlunit.corejs.javascript.Function
HasEventHandlers ( string eventName ) : bool
RemoveEventListener ( string type, net listener, bool useCapture ) : void
SetEventHandler ( string eventName, net eventHandler ) : void

Private Methods

Method Description
EventTarget ( ) : System

Method Details

AddEventListener() public method

public AddEventListener ( string type, net listener, bool useCapture ) : void
type string
listener net
useCapture bool
return void

DispatchEvent() public method

public DispatchEvent ( NHtmlUnit eventArg ) : bool
eventArg NHtmlUnit
return bool

EventTarget() public method

public EventTarget ( com wrappedObject ) : System
wrappedObject com
return System

ExecuteEventLocally() public method

public ExecuteEventLocally ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
eventArg NHtmlUnit
return NHtmlUnit.ScriptResult

FireEvent() public method

public FireEvent ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
eventArg NHtmlUnit
return NHtmlUnit.ScriptResult

GetEventHandler() public method

public GetEventHandler ( string eventName ) : net.sourceforge.htmlunit.corejs.javascript.Function
eventName string
return net.sourceforge.htmlunit.corejs.javascript.Function

HasEventHandlers() public method

public HasEventHandlers ( string eventName ) : bool
eventName string
return bool

RemoveEventListener() public method

public RemoveEventListener ( string type, net listener, bool useCapture ) : void
type string
listener net
useCapture bool
return void

SetEventHandler() public method

public SetEventHandler ( string eventName, net eventHandler ) : void
eventName string
eventHandler net
return void